bpf::json::Writer class

A simple Json serializer

Constructors, destructors, conversion operators

Writer(const bool pretty = true, const bool ignoreNulls = false)

Public functions

auto Serialize(const Json& json) -> String

Function documentation

bpf::json::Writer::Writer(const bool pretty = true, const bool ignoreNulls = false)

Parameters
pretty true to enable indenting, false otherwise
ignoreNulls true to ommit any null value given, false otherwise

Constructs a Json Writer

String bpf::json::Writer::Serialize(const Json& json)

Parameters
json the Json value to serialize
Returns the serialized Json value as a high-level string

Serializes the given Json value