fpc/packages/fcl-web/examples/jsonrpc/extdirect/extdirect.in
michael e94344784d * Ext.Direct demo
git-svn-id: trunk@15375 -
2010-06-04 15:24:27 +00:00

4 lines
155 B
Plaintext

[
{ "action": "DemoClass", "method": "add", "data": [1 , 2 ] , "tid": 1 },
{ "action": "DemoClass", "method": "add", "data": [1.2 , 3.4] , "tid": 2 }
]