Created
September 15, 2011 10:31
-
-
Save zolzaya/1218975 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
{ | |
"forename": "Peter" | |
, "surname": "Membrey" | |
, "phone_numbers": [ | |
"+852 1234 5678" | |
, "+44 1234 565 555" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment