-
Bug
-
Resolution: Done
-
Major
-
14.0.2.Final
-
None
We escape Json using a HashMap lookup for two characters. We should instead just two equality checks instead of a relatively expensive map lookup for every character in the String.