❔ How can I query a JSON doc for only objects with a specific property value?
I have a JSON object that looks like this:
The
The
pagedata array here has two items, with id values of settings_tab_1 and settings_tab_5. How could I extract a version of this JSON with only one pagedata item, the one with an id value of settings_tab_5?