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
I want to find all occurrences of property foo without a-priori knowledge of the document structure, yielding the same results as grepping the JSON data or using DOM querySelectorAll(): ["foo", "a.foo", "a.b.foo"]
The text was updated successfully, but these errors were encountered:
Is it possible to search for a specific property regardless of where it appears in the tree? Given a JSON document
I want to find all occurrences of property
foo
without a-priori knowledge of the document structure, yielding the same results as grepping the JSON data or using DOM querySelectorAll():["foo", "a.foo", "a.b.foo"]
The text was updated successfully, but these errors were encountered: