Created
August 3, 2016 13:48
-
-
Save nacho4d/303e3f67b54aa1fd6045f7819a218c62 to your computer and use it in GitHub Desktop.
javax.json is too much hassle
This file contains 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 characters
{ | |
keyString: "String", | |
keyBoolean: true, | |
keyArraySimple: [ | |
1, | |
11, | |
111 | |
], | |
keyArrayObject: [ | |
{ | |
lang: "ja", | |
where: "どこ" | |
}, | |
{ | |
lang: "es", | |
where: "donde" | |
} | |
], | |
keyObject: { | |
git: "svn", | |
github: "sourceforge" | |
}, | |
keyNull: null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment