JSONReadOptions.allowNewlinesInValues

Get allowNewlinesInValues property.

  1. bool allowNewlinesInValues [@property getter]
    class JSONReadOptions
    @property
    bool
    allowNewlinesInValues
    ()
  2. bool allowNewlinesInValues [@property setter]

Return Value

Type: bool

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