JSONPath

Generate sample JSONSimple
JSON input
Matches

FAQ

Which JSONPath syntax is supported?

The evaluator follows RFC 9535 JSONPath syntax, including child selectors, wildcards, descendants, slices, and filters.

Are expressions executed as JavaScript?

No. jsonfather uses a JSONPath implementation for the standard grammar instead of evaluating arbitrary JavaScript.

Can I see where a match came from?

Yes. Each result includes a display path such as $.store.book[0].title.