◆ JSONParser()
| juce::JSONParser::JSONParser |
( |
String::CharPointerType | text | ) |
|
|
inline |
◆ isEOF()
| bool juce::JSONParser::isEOF |
( |
| ) |
const |
|
inline |
◆ matchIf()
| bool juce::JSONParser::matchIf |
( |
char | c | ) |
|
|
inline |
◆ matchString()
| bool juce::JSONParser::matchString |
( |
const char * | t | ) |
|
|
inline |
◆ parseAny()
| var juce::JSONParser::parseAny |
( |
| ) |
|
|
inline |
◆ parseArray()
| var juce::JSONParser::parseArray |
( |
| ) |
|
|
inline |
◆ parseNumber()
| var juce::JSONParser::parseNumber |
( |
bool | isNegative | ) |
|
|
inline |
◆ parseObject()
| var juce::JSONParser::parseObject |
( |
| ) |
|
|
inline |
◆ parseObjectOrArray()
| var juce::JSONParser::parseObjectOrArray |
( |
| ) |
|
|
inline |
◆ parseString()
◆ peekChar()
◆ readChar()
◆ skipWhitespace()
| void juce::JSONParser::skipWhitespace |
( |
| ) |
|
|
inline |
◆ throwError()
| void juce::JSONParser::throwError |
( |
juce::String | message, |
|
|
String::CharPointerType | location ) |
|
inline |
◆ currentLocation
| String::CharPointerType juce::JSONParser::currentLocation |
◆ startLocation
| String::CharPointerType juce::JSONParser::startLocation |
The documentation for this struct was generated from the following file:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/modules/juce_core/javascript/juce_JSON.cpp