OpenShot Library | OpenShotAudio  0.2.1
juce::JSONParser Struct Reference

Classes

struct  ErrorException
 

Public Member Functions

 JSONParser (String::CharPointerType text)
 
void throwError (juce::String message, String::CharPointerType location)
 
void skipWhitespace ()
 
juce_wchar readChar ()
 
juce_wchar peekChar () const
 
bool matchIf (char c)
 
bool isEOF () const
 
bool matchString (const char *t)
 
var parseObjectOrArray ()
 
String parseString (const juce_wchar quoteChar)
 
var parseAny ()
 
var parseNumber (bool isNegative)
 
var parseObject ()
 
var parseArray ()
 

Public Attributes

String::CharPointerType startLocation
 
String::CharPointerType currentLocation
 

Detailed Description

Definition at line 26 of file juce_JSON.cpp.


The documentation for this struct was generated from the following file: