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
The recursive operation now works slightly different (see 5ac1783)
Queries with no matches will now return empty arrays, instead of false. The only exception being when using smart get and a non-divergent path, where false will still be returned.
New features:
Support for child selector operation immediatly after recursive operation: $..[?(@.author == "Nigel Rees")]