Skip to content

Instantly share code, notes, and snippets.

@may-cat
Created March 18, 2015 16:12
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 may-cat/ca40f0a54d2794b6dec0 to your computer and use it in GitHub Desktop.
Save may-cat/ca40f0a54d2794b6dec0 to your computer and use it in GitHub Desktop.
JSON-test
{
'hello': 'world',
'test': 123,
'debug': 123%,
}
{
"welcome": "to",
"paris": 13
}
{
'this': [
"is': 'sparta',
],
'this': [
1: 'is_rome',
2: 'or_paris'
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment