Issue #27 is just arranging that pattern ```json {"x": [ 35 ]} ``` Will match both of the following: ```json {"x": 35.0} {"x": 3.5e1} ``` This new issue calls for the full suite of arithmetic expressions supported by event-ruler, for example: ```json {"x": [ { "numeric": [ ">", 0, "<=", 5 ] } ] } ```
Issue #27 is just arranging that pattern
{"x": [ 35 ]}Will match both of the following:
{"x": 35.0} {"x": 3.5e1}This new issue calls for the full suite of arithmetic expressions supported by event-ruler, for example:
{"x": [ { "numeric": [ ">", 0, "<=", 5 ] } ] }