Last active
May 20, 2020 16:58
-
-
Save deepakshrma/6387136d1b84f92738e8be82affcf19d to your computer and use it in GitHub Desktop.
JSON Sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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