A builder that will create json format strings
A builder that will create json format strings
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 verbaitim
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
# A scala.util.Right containing the built value, or # A scala.util.Left indicating an error message and error index
An 'empty' object to be used to start the folding process
An 'empty' object to be used to start the folding process
Change the type of key that this builder requires
Change the type of key that this builder requires
next
Change the type of value that this builder requires
Change the type of value that this builder requires
next
A builder that will output an array as a json format string
(Since version next) use PrettyJsonBuilder(PrettyJsonBuilder.MinifiedPrettyParams) instead
next