Created
August 3, 2016 13:48
-
-
Save nacho4d/303e3f67b54aa1fd6045f7819a218c62 to your computer and use it in GitHub Desktop.
Revisions
-
nacho4d created this gist
Aug 3, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ { keyString: "String", keyBoolean: true, keyArraySimple: [ 1, 11, 111 ], keyArrayObject: [ { lang: "ja", where: "どこ" }, { lang: "es", where: "donde" } ], keyObject: { git: "svn", github: "sourceforge" }, keyNull: null }