JUCE
JSON Member List

This is the complete list of members for JSON, including all inherited members.

escapeString(StringRef)JSONstatic
fromString(StringRef)JSONstatic
parse(const String &text, var &parsedResult)JSONstatic
parse(const String &text)JSONstatic
parse(const File &file)JSONstatic
parse(InputStream &input)JSONstatic
parseQuotedString(String::CharPointerType &text, var &result)JSONstatic
toString(const var &objectToFormat, bool allOnOneLine=false)JSONstatic
writeToStream(OutputStream &output, const var &objectToFormat, bool allOnOneLine=false)JSONstatic