gson-comments/gson/src/main
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
..
java/com/google/gson Escape only the required characters when emitting JSON. This means that instead of emitting 2010-08-28 07:29:22 +00:00
javacc Update Parser to add members to an JsonObject within a loop rather than a recursive call. 2010-05-19 20:44:27 +00:00
resources moved gson as a project under trunk 2008-09-01 03:13:32 +00:00