Reputation: 402
I need to construct complex query to json like "field name
is Bob
and field age
less then 40
or salary
more or equal 40000"
For patch json data I can use JsonPatch, but is there any format for filtering json data?
Upvotes: 0
Views: 507