the pretty-printing parameters.
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 that are allowed by Json. There may be problems if the charset does not include at least ASCII characters.
the indentation level of this builder instance
Add a key-value pair to folding
Add a key-value pair to folding
The key is key, and the value is the result of com.rayrobdod.json.parser.Parser.parse on the provided input
.
the object to be added to. Must be either the return value of init or the return value of apply
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 serializes its input into json format
next
[http://argonaut.io/scaladocs/#argonaut.PrettyParams] the only decent idea in argonaut