Construct a MinifiedJsonObjectBuilder
Construct a MinifiedJsonObjectBuilder
The output will only contain characters that can be encoded using the specified charset. Any characters outside the charset will be u-escaped. Default is to keep all characters verbatim
a valid json object, with no characters trailing the final '}'
the key of a key-value pair
a parser for turning input into a value
Change the type of value that this builder requires, with the option of indicating an error condition
Change the type of value that this builder requires, with the option of indicating an error condition
3.0
An 'empty' object.
An 'empty' object. Can be thought of as either the value used at the start of a fold-left operation, or as an object filled with default values.
Change the type of key that this builder requires
Change the type of key that this builder requires
a conversion function from the new key to this's key
3.0
Change the type of value that this builder requires
Change the type of value that this builder requires
a conversion function from the new value to this's value
3.0
A builder whose output is an minified json object string.
(Since version 3.0) use
PrettyJsonBuilder(PrettyJsonBuilder.MinifiedPrettyParams)
instead3.0