Query Evaluation
Use JSONPath to select, replace or remove JSON data.
Tools for JSONPath query language
Use JSONPath to select, replace or remove JSON data.
JSONPath editor available as a React component or a CodeMirror extension.
Web application to learn JSONPath queries and transform JSON data with them.
Fully compliant with the JSONPath standard RFC 9535.
Autocomplete of syntax, objects properties, functions, values, ...
Color highlighting of the query syntax.
Interactive diagnostics, warnings for missing properties, ...
Tooltips with syntax explanation, functions documentation, schema annotations, ...
Shows signature and documentation of the called function.
Automatic query formatting to be more consistent and readable.
Supports JSON Schema/JSON Type Definition. Actually can work (autocomplete, etc.) even without concrete data based on schema only.
Document symbols highlighting, folding, automatic indentation, ...