Skip to content

Instantly share code, notes, and snippets.

@jlturner
Created September 16, 2015 07:18
Show Gist options
  • Save jlturner/edd1bc5d264babd1d095 to your computer and use it in GitHub Desktop.
Save jlturner/edd1bc5d264babd1d095 to your computer and use it in GitHub Desktop.
datatype json
= Array of json list
| Boolean of bool
| Float of real
| Integer of int
| Null
| Object of (json * json) list
| String of string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment