Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created May 25, 2018 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogonzalez/af0b38a7e3938e54bb19cf8a958d0e86 to your computer and use it in GitHub Desktop.
Save marianogonzalez/af0b38a7e3938e54bb19cf8a958d0e86 to your computer and use it in GitHub Desktop.
{
persons: [
{
name: "John Doe",
age: 35
},
{
name: "Jane Doe",
age: 32
},
{
name: "John Jr.",
age: 7
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment