You need to enable JavaScript to run this app.
{ "string":"Hello, World!", "number": 42, "boolean": true, "null": null, "array": ["apple","banana", "cherry" ], "object": { "name": "John Smith","age": 30, "address": { "street": "123 Main St","city": "Anytown", "state": "CA", "zip": "12345" } } }
JSON input
Beautify
Minify
JSON output
Made with
by Prateek Mahajan