Skip to content

Instantly share code, notes, and snippets.

@robinhayward
Created April 18, 2013 15:46
Show Gist options
  • Save robinhayward/5413798 to your computer and use it in GitHub Desktop.
Save robinhayward/5413798 to your computer and use it in GitHub Desktop.
JSON Example
[
{ "string_example":"Rob Hayward", "another_string_example":"[email protected]", "number_example":1, "boolean_example":true },
{ "string_example":"Rob Haywarder", "another_string_example":"[email protected]", "number_example":2, "boolean_example":false },
{ "string_example":"Rob Haywarded", "another_string_example":"[email protected]", "number_example":3, "boolean_example":true }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment