How to use this tool
- Enter json object.
- Select Update result to view the result.
- Check the method and assumptions below before using the result.
The method, explained
Read own enumerable top-level property names in JavaScript object-key order.
{"name":"Ava","score":20} produces name and score on separate lines.
What to keep in mind
This lists only top-level keys. Duplicate keys in the source JSON are resolved by the JSON parser.
Common questions
How does this tool handle my input?
Processing happens in your browser. Your pasted content is not uploaded, included in URLs or stored as a calculation history.
What input should I use?
JSON object: use the example already shown, then replace it with your own content. This lists only top-level keys. Duplicate keys in the source JSON are resolved by the JSON parser.
Methodology maintained by ClarityKit. How these tools are built and checked.