Created
July 10, 2014 15:08
-
-
Save samarkandiy/4d01483644b96dea5e8a to your computer and use it in GitHub Desktop.
JSON
This file contains 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
{"users":[ | |
{ | |
"firstName":"Ray", | |
"lastName":"Villalobos", | |
"joined": { | |
"month":"January", | |
"day":12, | |
"year":2012 | |
} | |
}, | |
{ | |
"firstName":"John", | |
"lastName":"Jones", | |
"joined": { | |
"month":"April", | |
"day":28, | |
"year":2010 | |
} | |
} | |
]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment