Skip to content

Instantly share code, notes, and snippets.

@jdbruxelles
Created January 17, 2019 18:23
Show Gist options
  • Save jdbruxelles/537cdb79e254e4fdc9075d17356d25ac to your computer and use it in GitHub Desktop.
Save jdbruxelles/537cdb79e254e4fdc9075d17356d25ac to your computer and use it in GitHub Desktop.
JSON content sample
{
"Array": [
1,
2,
3
],
"Boolean": true,
"Null": null,
"Number": 123,
"Object": {
"a": "b",
"c": "d"
},
"String": "Hello World"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment