Skip to content

Instantly share code, notes, and snippets.

@laser
Created May 2, 2014 21:40
Show Gist options
  • Save laser/bdbe13cf289e0d73aebb to your computer and use it in GitHub Desktop.
Save laser/bdbe13cf289e0d73aebb to your computer and use it in GitHub Desktop.
Outbound JSON-RPC 2.0 Request
{
"jsonrpc":"2.0",
"id":"bv0D1yRJhkABZ3fx8ofU",
"method":"TodoManager.createTodo",
"params":[
{
"title":"Call Dad",
"completed":false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment