xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::json::encoder Namespace Reference

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.
 

Detailed Description

JSON encoder.

This namespace contains tools for generating JSON formatted text data.

Variable Documentation

◆ kNull

constexpr Null xentara::utils::json::encoder::kNull
constexpr

A constant that represents a JSON null value.