Skip to content

Instantly share code, notes, and snippets.

@Jire
Created December 29, 2015 16:40
Show Gist options
  • Save Jire/42094cc21db908a58c30 to your computer and use it in GitHub Desktop.
Save Jire/42094cc21db908a58c30 to your computer and use it in GitHub Desktop.
object ACMEExample : KTON({
"foo_code"..404
"foo_rbody" {
"query" {
"info" {
"acme_no".."444444"
"road_runner".."123"
}
"error".."no_lunch"
"message".."runner problem."
}
}
"acme_no".."444444"
"road_runner".."123"
"xyzzy_code"..200
"xyzzy_rbody" {
"api" {
"items" {
+{
"desc".."OK"
"id"..198
"acme_no".."789"
"road_runner".."123"
"params" {
"bicycle".."2wheel"
"willie".."hungry"
"height".."1"
"coyote_id".."1511111"
}
"activity".."TRAP"
"state".."active"
"status"..200
"type".."chase"
}
}
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment