Loading...
Format, validate, and explore JSON data
{ "name": "John Doe", "age": 30, "active": true, "emails": [ "john@example.com", "doe@work.com" ], "address": { "city": "New York", "zip": "10001" } }