rithyskun / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Add 'end' method to JsonWriter #522

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
"Writes the end of the current context. If the current context is an array 
context, this method writes the end-of-array character (']'). If the current 
context is an object context, this method writes the end-of-object character 
('}'). After writing the end of the current context, the parent context becomes 
the new current context."

Description from JSON processing JSR 
https://json-processing-spec.java.net/nonav/releases/1.0/pfd-draft/javadocs/java
x/json/stream/JsonGenerator.html#writeEnd()

Original issue reported on code.google.com by denis.st...@gmail.com on 14 Jun 2013 at 10:16