Bela
Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Static Public Member Functions | Static Protected Member Functions | Friends | List of all members
JSON Class Reference

Static Public Member Functions

static JSONValueParse (const char *data)
 
static JSONValueParse (const wchar_t *data)
 
static std::wstring Stringify (const JSONValue *value)
 
static std::wstring s2ws (const std::string &str)
 
static std::string ws2s (const std::wstring &wstr)
 

Static Protected Member Functions

static bool SkipWhitespace (const wchar_t **data)
 
static bool ExtractString (const wchar_t **data, std::wstring &str)
 
static double ParseInt (const wchar_t **data)
 
static double ParseDecimal (const wchar_t **data)
 

Friends

class JSONValue
 

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