Releases: Stiffstream/json_dto
Releases · Stiffstream/json_dto
v.0.2.10
A new way of custom IO has been introduced via user-supplied Reader_Writer types and new overloads of mandatory
, optional
, and optional_no_default
functions. See the corresponding README section.
New overload for write_json_value
function:
void write_json_value(
const rapidjson::Value::StringRefType & s,
rapidjson::Value & object,
rapidjson::MemoryPoolAllocator<> & allocator );
v.0.2.9.2
v.0.2.9.1
v.0.2.9
New overloads for from_json
functions.
A set of make_string_ref
helper functions.
See the corresponding README section for more details.