Skip to content

Instantly share code, notes, and snippets.

@deepakshrma
Last active May 20, 2020 16:58
Show Gist options
  • Save deepakshrma/6387136d1b84f92738e8be82affcf19d to your computer and use it in GitHub Desktop.
Save deepakshrma/6387136d1b84f92738e8be82affcf19d to your computer and use it in GitHub Desktop.
JSON Sample
{
"id": 1,
"version": "1.0.1",
"contributors": [
"deepak",
"gary"
],
"actor": {
"name": "Tom Cruise",
"age": 56,
"Born At": "Syracuse, NY",
"Birthdate": "July 3 1962",
"movies": [
"Top Gun",
"Mission: Impossible",
"Oblivion"
],
"photo": "https://jsonformatter.org/img/tom-cruise.jpg"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment