public class JsonCodec
extends Object
SockJS requires a special JSON codec - it requires that many other characters,
over and above what is required by the JSON spec are escaped.
To satisfy this we escape any character that escapable with short escapes and
any other non ASCII character we unicode escape it
- Author:
- Tim Fox