commit | f95bea43b97954a61ca1d674ca536f58dd653666 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Apr 08 14:35:28 2010 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Thu Apr 08 14:41:03 2010 -0700 |
tree | 4c05520a89a430374c69478eba081b50dcb03d71 | |
parent | 170d4c00cab88a92af00b1051b32ab9b46df209a [diff] |
gsql: Fix escaping of quotes in JSON Double quotes weren't properly escaped in strings due to a bug in Gson. This was fixed in Gson 1.4, so upgrade. Bug: issue 528 Change-Id: I247ba4c4ed657f22a3b0c067f5a764c4aba46d5b Signed-off-by: Shawn O. Pearce <sop@google.com>