128 int maxDecimalPlaces = 15;
140 static String toString (
const var& objectToFormat,
141 bool allOnOneLine =
false,
142 int maximumDecimalPlaces = 15);
148 static String toString (
const var& objectToFormat,
149 const FormatOptions& formatOptions);
166 const var& objectToFormat,
167 bool allOnOneLine =
false,
168 int maximumDecimalPlaces = 15);
175 const var& objectToFormat,
176 const FormatOptions& formatOptions);
185 static Result parseQuotedString (String::CharPointerType& text,
var& result);
static Result parse(const String &text, var &parsedResult)
@ none
All optional whitespace should be omitted.
@ multiLine
Newlines and spaces will be included in the output, in order to make it easy to read for humans.
@ singleLine
All output should be on a single line, but with some additional spacing, e.g. after commas and colons...