Sample JSON

{
  "name": "Ross Geller",
  "profession": "Paleontologist",
  "relationships": [
    {
      "name": "Rachel Green",
      "relationship_status": "On and Off Relationship"
    },
    {
      "name": "Carol Willick",
      "relationship_status": "Ex-Wife",
      "child": "Ben"
    }
  ],
  "favorites": {
    "dinosaur": "Velociraptor",
    "museum": "Museum of Natural History"
  }
},
{
  "name": "Chandler Bing",
  "profession": "Statistical Analysis and Data Reconfiguration",
  "relationships": [
    {
      "name": "Monica Geller",
      "relationship_status": "Married"
    }
  ],
  "living_arrangement": {
    "roommate": "Joey Tribbiani",
    "address": "Apartment 19, 90 Bedford St, New York, NY"
  }
},
{
  "name": "Joey Tribbiani",
  "profession": "Actor",
  "skills": ["Acting", "Eating"],
  "living_arrangement": {
    "roommate": "Chandler Bing",
    "address": "Apartment 19, 90 Bedford St, New York, NY"
  }
}

Last updated