JSONPathExtract nodes from JSON (jsonpath-plus).JSONPath expressionPowered by jsonpath-plus (jq-like in parts).JSON{ "store": { "book": [ { "title": "A", "price": 8 }, { "title": "B", "price": 12 } ] } }QueryResult (array)—