#include <Nodes.hpp>
Definition at line 4 of file Nodes.hpp.
◆ Type
| Enumerator |
|---|
| OBJECT | |
| LIST | |
| STRING | |
| NUMBER | |
| BOOLEAN | |
| NULL_TYPE | |
Definition at line 13 of file Nodes.hpp.
◆ boo()
◆ lst()
◆ nbr()
◆ obj()
◆ setBoolean()
| void JSONNode::setBoolean |
( |
bool |
v | ) |
|
|
private |
◆ setList()
| void JSONNode::setList |
( |
JSONList * |
list | ) |
|
|
private |
◆ setNull()
| void JSONNode::setNull |
( |
| ) |
|
|
private |
◆ setNumber()
| void JSONNode::setNumber |
( |
int |
nbr | ) |
|
|
private |
◆ setObject()
◆ setString()
| void JSONNode::setString |
( |
string * |
str | ) |
|
|
private |
◆ str()
◆ stringify()
| string JSONNode::stringify |
( |
int |
indentationLevel | ) |
|
|
private |
◆ JSONParser
◆ type
◆ values
The documentation for this class was generated from the following files: