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);
Wraps a pointer to a null-terminated UTF-8 character string, and provides various methods to operate ...
Represents a local file or directory.
Contains static methods for converting JSON-formatted text to and from var objects.
The base class for streams that write data to some kind of destination.
Represents the 'success' or 'failure' of an operation, and holds an associated error message to descr...
A simple class for holding temporary references to a string literal or String.
A variant class, that can be used to hold a range of primitive values.
Object withMember(Object copy, Member OtherObject::*member, Other &&value)
Copies an object, sets one of the copy's members to the specified value, and then returns the copy.