source: Dev/trunk/src/client/dojox/wire/tests/markup/Service/JSON.smd

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 162 bytes
Line 
1{
2        "serviceType": "JSON",
3        "serviceURL": "Service/{name}.json",
4        "methods": [{
5                "name": "get",
6                "parameters": [{
7                        "name": "name",
8                        "type": "str"
9                }]
10        }]
11}
Note: See TracBrowser for help on using the repository browser.