|
xentara-utils v2.0.6
The Xentara Utility Library
|
JSON encoder. More...
Classes | |
| class | Array |
| A class used for writing a JSON array. More... | |
| class | Document |
| A JSON document. More... | |
| class | Null |
| Type used to represent a JSON null value. More... | |
| class | Object |
| A class used for writing a JSON object. More... | |
| class | String |
| A class used for writing a JSON string value progressively. More... | |
| class | Value |
| A class used for writing a JSON value Objects of this class can be moved, but not copied. More... | |
Variables | |
| constexpr Null | kNull |
| A constant that represents a JSON null value. | |
JSON encoder.
This namespace contains tools for generating JSON formatted text data.
|
constexpr |
A constant that represents a JSON null value.
#include <xentara/utils/json/encoder/Null.hpp>