Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created November 15, 2010 04:02
Show Gist options
  • Save ingydotnet/700013 to your computer and use it in GitHub Desktop.
Save ingydotnet/700013 to your computer and use it in GitHub Desktop.
j) {"&": "good", "a": "b"}
y) &good {a: b}
j) {"&good": [1,2,3], "*good": "b"}
y) {[1, 2, 3]: b}
j) {"&undecided": "a", "*undecided": "b"}
y) {a: b}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment