I am interested in building a RESTful services provider using CocoaHTTPServer. I would like the server side to return data in JSON format. I need to start simple, and was hoping there are others in the group who are actively using CocoaHTTPServer.
I would like to be able to change the HTTP Header Content-Type to support JSON data
I would like to be able to pass a JSON response
I would like to support dynamically generated JSON
I would like to be able return a JSON containing a list of services currently published - directory services
I would like to be able to return a JSON describing a single service by name - describe service