if false, input must end with an empty line.
JSONReadOptions.allowNewlinesInValues
bool allowNewlinesInValues() @propertyGet allowNewlinesInValues property.
Returns
Whether objects may be printed across multiple lines (for example pretty printed).
void allowNewlinesInValues(bool propval) @propertySet allowNewlinesInValues property.
Parameters
propval | Whether objects may be printed across multiple lines (for example pretty printed). if false, input must end with an empty line. |