OpenShot Library | libopenshot-audio 0.2.0
juce::JSONParser Struct Reference

Static Public Member Functions

static Result parseObjectOrArray (String::CharPointerType t, var &result)
 
static Result parseString (const juce_wchar quoteChar, String::CharPointerType &t, var &result)
 
static Result parseAny (String::CharPointerType &t, var &result)
 

Detailed Description

Definition at line 26 of file juce_JSON.cpp.

Member Function Documentation

◆ parseObjectOrArray()

static Result juce::JSONParser::parseObjectOrArray ( String::CharPointerType  t,
var result 
)
inlinestatic

Definition at line 28 of file juce_JSON.cpp.

◆ parseString()

static Result juce::JSONParser::parseString ( const juce_wchar  quoteChar,
String::CharPointerType t,
var result 
)
inlinestatic

Definition at line 42 of file juce_JSON.cpp.

◆ parseAny()

static Result juce::JSONParser::parseAny ( String::CharPointerType t,
var result 
)
inlinestatic

Definition at line 100 of file juce_JSON.cpp.


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