a json value
More...
#include <json.h>
a json value
Definition at line 42 of file json.h.
◆ array
the array value of this node
- Warning
- only valid if kind is eJsonArray
Definition at line 71 of file json.h.
◆ boolean
the boolean value of this node
- Warning
- only valid if kind is eJsonBoolean
Definition at line 67 of file json.h.
◆ integer
the integer value of this node
- Warning
- only valid if kind is eJsonInteger
Definition at line 59 of file json.h.
◆ kind
the kind of json value
Definition at line 45 of file json.h.
◆ object
const map_t* json_t::object |
the object value of this node
- Warning
- only valid if kind is eJsonObject
Definition at line 75 of file json.h.
◆ real
the float value of this node
- Warning
- only valid if kind is eJsonFloat
Definition at line 63 of file json.h.
◆ string
the string value of this node
- Warning
- only valid if kind is eJsonString
Definition at line 55 of file json.h.
◆ where
the source location of the json value
- Note
- this is only the position of the span, and does not include the source file. it is the user's responsibility to track the file.
Definition at line 50 of file json.h.
The documentation for this struct was generated from the following file:
- support/json/include/json/json.h