Closed (won't fix)
Project:
REST Server
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2009 at 01:21 UTC
Updated:
30 Apr 2010 at 07:27 UTC
Hello, I've roughed in a patch to make rest_server output data in JSON, by adding an argument 'format=json' to the URL.
This is somewhat hardcoded, but I think this makes a lot of sense, since REST doesn't means the output should be in XML (well, everyone know this :).
What do you think?
PS: I know about json_server, but in my case, I just need the same GET-based interface rest_server provides, and the output in JSON.
| Comment | File | Size | Author |
|---|---|---|---|
| rest_server_json.patch | 1.61 KB | recidive |
Comments
Comment #1
voxpelli commentedThis feature is already available in 2.x - no new development is made on 1.x as far as I know.