Skip to content

Instantly share code, notes, and snippets.

@cbmgit
Created July 3, 2018 18:18
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 cbmgit/33c582ee553ab6bb147e8db49cdb0e1f to your computer and use it in GitHub Desktop.
Save cbmgit/33c582ee553ab6bb147e8db49cdb0e1f to your computer and use it in GitHub Desktop.
JSON array Datatype
{
"Actors": [
{
"name": "Tom Cruise",
"age": 56,
"Born At": "Syracuse, NY",
"Birthdate": "July 3, 1962",
"photo": "https://jsonformatter.org/img/tom-cruise.jpg"
},
{
"name": "Robert Downey Jr.",
"age": 53,
"Born At": "New York City, NY",
"Birthdate": "April 4, 1965",
"photo": "https://jsonformatter.org/img/Robert-Downey-Jr.jpg"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment