Is there an easy way to return data to web service clients in JSON using java? I\'m fine with servlets, spring, etc.
I have been using jaxws-json, for providing JSON format web services. you can check the project https://jax-ws-commons.dev.java.net/json/.
it's a nice project, once you get it up, you'll find out how charming it is.