Replies: 1 comment 3 replies
-
|
Hi @codetiger , The visual representation looks nice! It’s slightly bulky, though — and I think the bulkiness is not necessarily contributing to the readability. I implemented a “compact” notation for CertLogic (a sub-super-set of JSONLogic) that would look as follows for the age verification-example: (See this link but note I had to tweak the HTML, because CertLogic doesn’t have an The debugging is good value. The tricky bit is indeed step-by-step tracing of operators having iterative/reductive semantics. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It’s still an early draft / prototype, with the goal of making JSONLogic easier to author (visual + raw JSON editing) and debug (run rules against sample input and see the output clearly).
Live demo: https://goplasmatic.github.io/datalogic-rs/playground/
I’d love your feedback on:
If you’re up for trying it and sharing thoughts (or raising issues/PRs), I’d really appreciate it 🙏
Repo: https://github.com/GoPlasmatic/datalogic-rs
Beta Was this translation helpful? Give feedback.
All reactions