![]() |
CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
Classes | |
| class | Array |
| JSON arrays. More... | |
| class | Bool |
| class | Null |
| class | Number |
| class | Object |
| JSON objects. More... | |
| class | String |
| class | Value |
Enumerations | |
| enum | Type { T_OBJECT, T_ARRAY, T_NUMBER, T_STRING, T_BOOL, T_NULL } |
| the types of JSON values More... | |
Functions | |
| Value * | ParseFile (std::string filename) |
| std::ostream & | operator<< (std::ostream &s, Value *v) |
| enum JSON::Type |
|
inline |
| Value* JSON::ParseFile | ( | std::string | filename | ) |