JSONReadOptions.allowNewlinesInValues

Set allowNewlinesInValues property.

  1. bool allowNewlinesInValues [@property getter]
  2. bool allowNewlinesInValues [@property setter]
    class JSONReadOptions
    @property
    void
    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.