jacin
Version:
Jacin, a JSON manipulation toolkit
34 lines • 694 B
JSON
{
"details": {
"firstName": "John",
"lastName": "Smith",
"isAlive": true,
"gender": "male",
"confidential": {
"age": 25,
"sexualOrientation": "prefer not to disclose",
"address": {
"streetAddress": "21 2nd Street",
"city": "New York",
"state": "NY",
"postalCode": "10021-3100"
},
"phoneNumbers": [
{
"type": "home",
"number": "212 555-1234"
},
{
"type": "office",
"number": "646 555-4567"
},
{
"type": "mobile",
"number": "123 456-7890"
}
],
"children": [],
"spouse": null
}
}
}