Skip to content

Instantly share code, notes, and snippets.

@VinGorilla
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save VinGorilla/3b119e16cff82a732fb9 to your computer and use it in GitHub Desktop.

Select an option

Save VinGorilla/3b119e16cff82a732fb9 to your computer and use it in GitHub Desktop.
{
"product": "Live JSON generator",
"version": 3.1,
"releaseDate": "2014-06-25T00:00:00.000Z",
"demo": true,
"person": {
"id": 12345,
"name": "John Doe",
"phones": {
"home": "800-123-4567",
"mobile": "877-123-1234"
},
"email": [
"jd@example.com",
"jd@example.org"
],
"dateOfBirth": "1980-01-02T00:00:00.000Z",
"registered": true,
"emergencyContacts": [
{
"name": "Jane Doe",
"phone": "888-555-1212",
"relationship": "spouse"
},
{
"name": "Justin Doe",
"phone": "877-123-1212",
"relationship": "parent"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment