Replies: 2 comments 5 replies
-
Heya -- Since |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'm putting this on hold for additional test cases + the error proposal to go through, if that's alright @codetiger. I'll try to contribute some additional cases 😄 |
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
-
Background
JSONLogic includes comparison operators (
>
,>=
,<
,<=
). Current implementations are inconsistent:<
and<=
Proposal
This proposal seeks to standardize comparison operator behavior:
Examples
Benefits
Test Cases
Implementation Guidelines
Beta Was this translation helpful? Give feedback.
All reactions