Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created May 29, 2013 12:14
Show Gist options
  • Save hhariri/5669853 to your computer and use it in GitHub Desktop.
Save hhariri/5669853 to your computer and use it in GitHub Desktop.
val userJson = json {
obj {
"firstName" to u.firstName
"lastName" to u.lastName
"banthaPoodoo" to ns
"age" to u.age
"inner" to obj {
"x" to 1
}
"empty" to obj {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment