Builder
Builder is an mutable structure to write JSON into.
Value members
Concrete methods
Begins JArray. The builder state will be in BuilderState.InContext.
Make writeXXX calls to write into this array,
and end with endArray.
Begins JArray. The builder state will be in BuilderState.InContext.
Make writeXXX calls to write into this array,
and end with endArray.
Begins JObject. The builder state will be in BuilderState.InObject.
Make pairs addField("abc") and writeXXX calls to make field entries,
and end with endObject.
Begins JObject. The builder state will be in BuilderState.InObject.
Make pairs addField("abc") and writeXXX calls to make field entries,
and end with endObject.
Begins an offline JObject, which will later be used for beginObject().
The builder state will be in BuilderState.InObject.
Make pairs addField("abc") and writeXXX calls to make field entries,
and end with endObject.
Begins an offline JObject, which will later be used for beginObject().
The builder state will be in BuilderState.InObject.
Make pairs addField("abc") and writeXXX calls to make field entries,
and end with endObject.