Example of JSON Format
{
"first name": "John",
"last name": "Smith",
"married": "Yes",
"Num Of children": 1,
"Sex": "MALE",
"address": {
"street address": "21 2nd Avenue Street mushin",
"city": "Barracks",
"state": "BA",
"postal code": 20081
},
"phone numbers": [
"212 555-1234",
"646 555-4567" ]
}