Skip to content

Instantly share code, notes, and snippets.

@withinboredom
Created November 20, 2018 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save withinboredom/9b4ecdfd7f35f0a7ffbd8d3d026c269e to your computer and use it in GitHub Desktop.
Save withinboredom/9b4ecdfd7f35f0a7ffbd8d3d026c269e to your computer and use it in GitHub Desktop.
Multiple Types in JSON
{
"key": "a key",
"value": 123
}
{
"key": "a key",
"value": "a value"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment