JSON Processor

Upload or paste JSON, then parse, filter, map, and transform it with simple path pipelines (like .items[].name) or JavaScript expressions (using the data variable). All processing happens locally in your browser.

Upload JSON

Click to upload or drag & drop
Supports .json files
Path mode: use .prop, [] and pipes. JS mode: use data (the parsed JSON) and return any JSON-serializable value.