Created
April 18, 2013 15:46
-
-
Save robinhayward/5413798 to your computer and use it in GitHub Desktop.
JSON Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "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