Skip to content

Instantly share code, notes, and snippets.

@jlengstorf
Created May 21, 2012 02:09
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jlengstorf/2760279 to your computer and use it in GitHub Desktop.
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"
var jason = {
"age" : "24",
"hometown" : "Missoula, MT",
"gender" : "male"
};
@nicogreenarry
Copy link

It's kind of cute that your name is Jason, and you're demonstrating JSON.

@nefitty
Copy link

nefitty commented Jul 8, 2015

It's trippy

@Maslor
Copy link

Maslor commented Jul 29, 2015

jasonception

@mykfrost
Copy link

wow thank you so much

@BridgeNB
Copy link

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment