JSONReadOptions.allowNewlinesInValues

bool allowNewlinesInValues() @property

Get allowNewlinesInValues property.

Returns

Whether objects may be printed across multiple lines (for example pretty printed).

if false, input must end with an empty line.

void allowNewlinesInValues(bool propval) @property

Set allowNewlinesInValues property.

Parameters

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