ChaiScript
Static Public Member Functions | List of all members
chaiscript::json::JSONParser Struct Reference

Static Public Member Functions

static bool isspace (const char c) noexcept
 
static void consume_ws (const std::string &str, size_t &offset)
 
static JSON parse_object (const std::string &str, size_t &offset)
 
static JSON parse_array (const std::string &str, size_t &offset)
 
static JSON parse_string (const std::string &str, size_t &offset)
 
static JSON parse_number (const std::string &str, size_t &offset)
 
static JSON parse_bool (const std::string &str, size_t &offset)
 
static JSON parse_null (const std::string &str, size_t &offset)
 
static JSON parse_next (const std::string &str, size_t &offset)
 

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