nlib
JsonStreamGenerator.h File Reference

The classes for outputting JSON or MessagePack have been defined. More...

#include <utility>
#include "nn/nlib/Swap.h"
#include "nn/nlib/msgpack/MpObject.h"

Go to the source code of this file.

Classes

struct  nn::nlib::msgpack::JsonStreamGeneratorSettings
 Data structure used to store the JsonStreamGenerator settings parameters. More...
 
class  nn::nlib::msgpack::JsonStreamGenerator
 The class for outputting JSON or msgpack. More...
 

Namespaces

 nn::nlib
 Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias.
 
 nn::nlib::msgpack
 Support for the JSON/msgpack parser and writer, JSON Pointer, JSON Patch, and JSON Schema, etc. has been implemented.
 

Detailed Description

The classes for outputting JSON or MessagePack have been defined.

Definition in file JsonStreamGenerator.h.