Use this free online JSON Viewer, Formatter & Validator to view, format, beautify, and validate JSON data instantly. Paste your JSON code or load it from a URL to visualize and debug your data in a clean tree structure. Safe, secure, and completely free.
{ "firstName": "James", "lastName": "Michael", "gender": "man", "age": 26, "address": { "streetAddress": "15 3nd Street", "city": "California", "state": "CL", "postalCode": "90007" }, "phoneNumbers": [ { "type": "home", "number": "115 666-1234" }, { "type": "fax", "number": "949 666-4567" } ] }