Paste nested JSON
Add any valid object or array.
JSON path utility
Convert nested objects into a flat path-to-value list such as settings.theme and users.0.email. Flat output is easier to compare, audit, and move into tables.
Data tool
Add any valid object or array.
Nested keys and array indexes become readable dot paths.
Use the result for comparison, spreadsheets, and translation auditing.
Review every effective setting in one flat list.
Turn nested locale files into comparable key lists.
Discover paths available in complex responses.
Yes. JSON Flattener is free to use without an account or usage meter.
No. The processing for this tool runs locally in your browser. Entered content is not sent to our server.
Array positions use numeric path segments such as items.0.name and items.1.name.
Keep working
Compare two JSON documents by keys and values instead of line order. Find added, removed, and changed paths in your browser.
Compare two nested localization JSON files to find missing keys, extra keys, and empty translations. Built for i18n QA.
Convert a JSON array of objects into CSV with a combined header set and correctly escaped values.
Merge two JSON objects with recursive object handling and clear overwrite behavior. Process configuration data in your browser.