How do I implement Restlet function which accepts JSON post? And how do I test this using curl?
Thanks
Here is a good and complete example of a Restlet that accepts JSON via POST:
And a basic guide on how to test RESTful web services with cURL: