Java spring framework - how to set content type?
- by Jon morgan
Hi,
I have a spring action that I am rendering some json from the controller, at the minute its returning the content type 'text/plain;charset=ISO-8859-1'.
How can I change this to be 'application/json'?
Thanks
Jon