Skip to content

Instantly share code, notes, and snippets.

@akira345
Created September 6, 2017 11:09
Show Gist options
  • Save akira345/beb83137188290a960a3e73ca54f694a to your computer and use it in GitHub Desktop.
Save akira345/beb83137188290a960a3e73ca54f694a to your computer and use it in GitHub Desktop.
{
"title": "Harry Potter and the Philosopher's Stone",
"author": "J.K. Rowling",
"hoge": {
"stringField": "piyo",
"numField": 123,
"floatField": 20.315,
"boolField": false,
"huga": {
"piyo": ["orange","apple"]
}
},
"tags": ["novel","story","magic"],
"valiableTags": [123,false,"str"],
"intArray": [1,2,3,4,5],
"floatArray": [1.2,1.3,1.4,2.0],
"date": "2016/11/29T12:34:56.000",
"year": "1997"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment