fpc/packages/fcl-web/examples/jsonrpc/demo1/extdirect.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
166 B
Plaintext

[
{ "action": "test", "method": "echo", "data": ["Hello JSON-RPC 1"], "tid": 1 },
{ "action": "test", "method": "echo", "data": ["Hello JSON-RPC 2"], "tid": 2 }
]