Skip to content

Instantly share code, notes, and snippets.

@yehgdotnet
Last active June 12, 2018 02:51
Show Gist options
  • Save yehgdotnet/a6ffc0b5412e3cc2032514a4529fbb5c to your computer and use it in GitHub Desktop.
Save yehgdotnet/a6ffc0b5412e3cc2032514a4529fbb5c to your computer and use it in GitHub Desktop.
JSON(P)
{
"name" : "hacker",
"level" : "1337"
}
var person = {
"name" : "hacker",
"level" : "1337"
}
get_person( {
"name" : "hacker",
"level" : "1337"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment