Skip to content

Instantly share code, notes, and snippets.

@robashton
Created May 2, 2013 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robashton/5502563 to your computer and use it in GitHub Desktop.
Save robashton/5502563 to your computer and use it in GitHub Desktop.
json {
kv("name", "Rob Ashton")
kv("age", 5)
kv("address") {
kv("number", 444)
kv("line one", "never you mind")
}
kv("family", {
kv("name", "Gareth Ashton")
kv("relation", "brother")
}, {
kv("name", "Suxanne Ashton")
kv("relation", "sister")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment