78 static var parse (
const File& file);
127 Spacing spacing = Spacing::multiLine;
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);