gson-comments/gson/src
Jesse Wilson ff7aa3f331 Escape only the required characters when emitting JSON. This means that instead of emitting
["foo\nbar", "baz"]

we'll emit this:

  ["foo
bar", baz"]

This simple change measured about ~35% faster for in-memory writes!
2010-08-28 07:29:22 +00:00
..
main Escape only the required characters when emitting JSON. This means that instead of emitting 2010-08-28 07:29:22 +00:00
test/java/com/google/gson Remove the constraint that map keys mustn't be the empty string. 2010-08-28 05:02:33 +00:00