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, the JSONPath Compliance Test Suite tests for exactly two arguments to match() and search(). I don't particularly want to skip these tests for non-standard versions.
Rather than define optional versions of match() and search(), which accept flags and would need to be added to a custom environment explicitly, we'll suggest people use inline regex group flags.
Add an optional
flags
argument to the built-inmatch()
andsearch()
filter functions.This would be a deliberate deviation to the IETF JSONPath standard.
The text was updated successfully, but these errors were encountered: