JUCE
|
This is the complete list of members for JSON, including all inherited members.
escapeString(StringRef) | JSON | static |
fromString(StringRef) | JSON | static |
parse(const String &text, var &parsedResult) | JSON | static |
parse(const String &text) | JSON | static |
parse(const File &file) | JSON | static |
parse(InputStream &input) | JSON | static |
parseQuotedString(String::CharPointerType &text, var &result) | JSON | static |
toString(const var &objectToFormat, bool allOnOneLine=false, int maximumDecimalPlaces=15) | JSON | static |
writeToStream(OutputStream &output, const var &objectToFormat, bool allOnOneLine=false, int maximumDecimalPlaces=15) | JSON | static |