Skip to content

Instantly share code, notes, and snippets.

@raivatshah
Last active June 1, 2019 03:10
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 raivatshah/ab2bb7dc2e3a2d4937e5fadd7385972e to your computer and use it in GitHub Desktop.
Save raivatshah/ab2bb7dc2e3a2d4937e5fadd7385972e to your computer and use it in GitHub Desktop.
A sample JSON file for storing a person's information
{
"first name":"John",
"last name":"Appleseed",
"age":30,
"house":{
"address":{
"house no":"D12",
"street":"College Ave East",
"city":"Singapore"
},
"owner":"John Appleseed",
"market price ($)":50000.00
},
"friends":[
"Charles",
"Mark",
"Darren"
],
"married":false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment