Wire Sysio Wire Sysion 1.0.0
|
Public Member Functions | |
JsonxWriter (OutputStream &os) | |
bool | Null () |
bool | Bool (bool b) |
bool | Int (int i) |
bool | Uint (unsigned i) |
bool | Int64 (int64_t i) |
bool | Uint64 (uint64_t i) |
bool | Double (double d) |
bool | RawNumber (const char *str, SizeType length, bool) |
bool | String (const char *str, SizeType length, bool) |
bool | StartObject () |
bool | Key (const char *str, SizeType length, bool) |
bool | EndObject (SizeType) |
bool | StartArray () |
bool | EndArray (SizeType) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 78 of file jsonx.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |