Skip to content

Instantly share code, notes, and snippets.

@nacho4d
Created August 3, 2016 13:48
Show Gist options
  • Save nacho4d/303e3f67b54aa1fd6045f7819a218c62 to your computer and use it in GitHub Desktop.
Save nacho4d/303e3f67b54aa1fd6045f7819a218c62 to your computer and use it in GitHub Desktop.
javax.json is too much hassle
{
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