I have a customer who wants to ensure that responses from our JSON web service do not contain HTML. So instead of returning a string containing angle brackets they want encoded angle brackets.
Two questions:
- if I return content type application/json do I need to do this?
- how can I do this globally in ServiceStack?