Skip to content

Instantly share code, notes, and snippets.

@Idorobots
Created August 17, 2012 15:06
Show Gist options
  • Save Idorobots/3379664 to your computer and use it in GitHub Desktop.
Save Idorobots/3379664 to your computer and use it in GitHub Desktop.
JSON grammar usage
(var json { "number": 1234.567,
"string": "abcd",
"object": { "member0": "value",
"member1": "value" },
"boolean": true,
"null": null })
(set! (json number) 9876.543)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment