JSON Formatter
Input JSON:
Formatted JSON:
- { …
- "address" : { …,
- "city" : "New York",
- "postalCode" : "10021-3100",
- "state" : "NY",
- "streetAddress" : "21 2nd Street"
- "age" : 25,
- "company" : null,
- "firstName" : "John",
- "height_cm" : 167.64,
- "isAlive" : true,
- "lastName" : "Smith",
- "phoneNumbers" : [ …
- "0" : { …,
- "number" : "212 555-1234",
- "type" : "home"
- "1" : { …
- "number" : "646 555-4567",
- "type" : "fax"
- "0" :
- "address" :