You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we don't support the numerical bounds for JSON numbers. I wrote some code that compiles the bounds into regular expressions.
I don't have time right now to make it into full PR right now - maybe someone else wants to take a look.
There are two functions in the file, one for integer and one for real (float) ranges. It only supports inclusive ranges right now (not a problem for integers, but for floats would need some more work to support exclusive).
Currently we don't support the numerical bounds for JSON numbers. I wrote some code that compiles the bounds into regular expressions.
I don't have time right now to make it into full PR right now - maybe someone else wants to take a look.
There are two functions in the file, one for integer and one for real (float) ranges. It only supports inclusive ranges right now (not a problem for integers, but for floats would need some more work to support exclusive).
The text was updated successfully, but these errors were encountered: