Webserv
Loading...
Searching...
No Matches
Data Fields
JSONNode::Values Union Reference
Collaboration diagram for JSONNode::Values:
Collaboration graph
[legend]

Data Fields

JSONObjectobject
 
JSONListlist
 
string * str
 
int nbr
 
bool bValue
 

Detailed Description

Definition at line 14 of file Nodes.hpp.

Field Documentation

◆ bValue

bool JSONNode::Values::bValue

Definition at line 19 of file Nodes.hpp.

◆ list

JSONList* JSONNode::Values::list

Definition at line 16 of file Nodes.hpp.

◆ nbr

int JSONNode::Values::nbr

Definition at line 18 of file Nodes.hpp.

◆ object

JSONObject* JSONNode::Values::object

Definition at line 15 of file Nodes.hpp.

◆ str

string* JSONNode::Values::str

Definition at line 17 of file Nodes.hpp.


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