Created
May 21, 2012 02:09
-
-
Save jlengstorf/2760279 to your computer and use it in GitHub Desktop.
#1 Code example from "JSON: What It Is, How It Works, & How to Use It"
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
var jason = { | |
"age" : "24", | |
"hometown" : "Missoula, MT", | |
"gender" : "male" | |
}; |
It's trippy
jasonception
wow thank you so much
Thanks a lot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's kind of cute that your name is Jason, and you're demonstrating JSON.