Release 0.139.0
·
6618 commits
to master
since this release
Enhancements:
- New convenience macro for generating
json_type_traitsfrom getter and setter functions
that will serialize to the stringified property names,
JSONCONS_PROPERTY_TRAITS_DECL(class_name,get_prefix,set_prefix,
property_name0,property_name1,...)
JSONCONS_STRICT_PROPERTY_TRAITS_DECL(class_name,get_prefix,set_prefix,
property_name0,property_name1,...)
JSONCONS_TPL_PROPERTY_TRAITS_DECL(num_template_params,
class_name,get_prefix,set_prefix,
property_name0,property_name1,...)
JSONCONS_TPL_STRICT_PROPERTY_TRAITS_DECL(num_template_params,
class_name,get_prefix,set_prefix,
property_name0,property_name1,...)