JSONReadOptionsGidBuilderImpl.allowNewlinesInValues

Set allowNewlinesInValues property.

class JSONReadOptionsGidBuilderImpl(T)
T
allowNewlinesInValues
(
bool propval
)

Parameters

propval bool

Whether objects may be printed across multiple lines (for example pretty printed). if false, input must end with an empty line.

Return Value

Type: T

Builder instance for fluent chaining