JSONPath is like XPath for JSON. Use the JSONPath tester to experiment with expressions and quickly extract fields from nested JSON.
$.users[*].id
$.orders[?(@.status == "OPEN")]