gson-comments/gson/src
Adam Tanner f7abd59a3b JsonWriter#jsonValue writes raw JSON values.
Add a jsonValue(String value) method that takes a raw JSON string that
can be used to write the string directly to the underlying writer
without modification.

The intended use case for this is when building JSON that contains a
pre-serialized JSON string as a value in an object or array.
2015-07-20 10:56:56 -07:00
..
main/java/com/google/gson JsonWriter#jsonValue writes raw JSON values. 2015-07-20 10:56:56 -07:00
test/java/com/google/gson JsonWriter#jsonValue writes raw JSON values. 2015-07-20 10:56:56 -07:00