Drop your JSON file here to open it
Free · Ad-free · No sign-up · 100% private
theJSON is a free, browser-based JSON tool — everything runs locally, nothing is uploaded. Format, validate, repair, compare and convert JSON with zero ads and complete privacy.
v7.7.0 — Monaco Editor powered
Made with in India.
$.key — child property ·
$.arr[*] — all items ·
$..key — recursive search ·
$.arr[0] — by index ·
$.arr[-1] — last item ·
[?(@.price > 10)] — filter
Recursively remove unwanted values from all objects and arrays.
Validate the editor JSON against a JSON Schema (Draft 7). Paste your schema on the left.
Results appear here after validation.
Paste Java Map toString output: {name=John, age=30, address={city=London}} or POJO toString: Person{name=John}
Decode escaped strings — JSON string values (\\"key\\"), URL-encoded (%7B%7D), Base64, or Unicode escape sequences.