customized JSON parser with equal sign
I'm using fasterxml java library to parse json data, some of the data is using = instead of : as the key value seperator, e.g. {"key"="foo", "size"=123}, is there a way to let json parser properly parser this kind of…