diff options
Diffstat (limited to 'sca-cpp/trunk/modules/server/htdocs/test/json-properties.txt')
-rw-r--r-- | sca-cpp/trunk/modules/server/htdocs/test/json-properties.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/server/htdocs/test/json-properties.txt b/sca-cpp/trunk/modules/server/htdocs/test/json-properties.txt index 70f0139ea0..75843bc286 100644 --- a/sca-cpp/trunk/modules/server/htdocs/test/json-properties.txt +++ b/sca-cpp/trunk/modules/server/htdocs/test/json-properties.txt @@ -1 +1,13 @@ -{"id":"1","result":{"host":"localhost","path":["components","property-test"],"query":{"id":"1","method":"print"}}}
\ No newline at end of file +{ + "id":"1", + "result":{ + "host":"localhost", + "path":["components", + "property-test" + ], + "query":{ + "id":"1", + "method":"print" + } + } +}
\ No newline at end of file |