Indicates the writeEnd of the current context. If the current context is array context, the writeEnd of array char ']' is written. If the current context is object context, writeEnd of object char '}' is written. After writing, parent context would become the current context.
@return this generator
@throws javax.json.JsonException if an i/o error occurs (IOExceptionwould be cause of JsonException)
@throws JsonGenerationException if called in no context
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.