fpc/packages/fcl-web/examples/jsonrpc/demo1/echobatch.in
michael 3d414fe91b * json-rpc examples, and compile it as well
git-svn-id: trunk@15361 -
2010-06-03 15:18:09 +00:00

4 lines
132 B
Plaintext

[
{ "method": "echo", "params": ["Hello JSON-RPC 1"], "id": 1 },
{ "method": "echo", "params": ["Hello JSON-RPC 2"], "id": 2 }
]