Which JSONPath dialect is this?
JFmt uses a practical subset aimed at everyday $.a.b[*].c queries, not every vendor extension.
Write a JSONPath expression, run it against the left-hand JSON, and read matched values on the right. Handy for APIs, logs, and config digging.
JSON formatter
Run a tool to see a polished result here
Use paths like $.store.book[*].author to pull nested fields. Invalid JSON or a bad expression shows an error in the editor. Nothing is sent to a server.
JFmt uses a practical subset aimed at everyday $.a.b[*].c queries, not every vendor extension.
Yes. Use [*] or numeric indexes depending on what you need.
No. The query runs locally.