Skip to content

Instantly share code, notes, and snippets.

@CoderJava
Created July 23, 2018 02:42
Show Gist options
  • Save CoderJava/e5bf2e724a19b33f7ac6e5a45f41230a to your computer and use it in GitHub Desktop.
Save CoderJava/e5bf2e724a19b33f7ac6e5a45f41230a to your computer and use it in GitHub Desktop.
Example JSON Array
[
{
"string": "Ini String",
"number": 1,
"boolean": false,
"array": []
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment