Skip to content

Instantly share code, notes, and snippets.

@hyunsik
Created May 21, 2015 07:44
Show Gist options
  • Save hyunsik/77decd8d0d314f53c477 to your computer and use it in GitHub Desktop.
Save hyunsik/77decd8d0d314f53c477 to your computer and use it in GitHub Desktop.
{
"pi": 3.141,
"happy": true,
"name": "Niels",
"nothing": null,
"answer": {
"everything": 42
},
"list": [1, 0, 2],
"object": {
"currency": "USD",
"value": 42.99
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment