Unbuilder
Builder is an mutable structure to write JSON into.
Value members
Concrete methods
Begin reading JSON array. Returns the size.
Call nextElement n-times, and then call endArray.
Begin reading JSON array. Returns the size.
Call nextElement n-times, and then call endArray.
Begin reading JSON object. Returns the size.
Call nextField n-times, and then call endObject.
Begin reading JSON object. Returns the size.
Call nextField n-times, and then call endObject.
Begin reading JSON object. Returns the size.
Call nextField n-times, and then call endObject.
Begin reading JSON object. Returns the size.
Call nextField n-times, and then call endObject.
The unbuilder counterpart for beginPreObject. This is used to filter out the type field.
The unbuilder counterpart for beginPreObject. This is used to filter out the type field.