Release 0.157.0
danielaparker
released this
24 Sep 01:03
·
3438 commits
to master
since this release
Changes:
- The name
ser_error
has been deprecated and renamed tocodec_error
.
Enhancements:
- The
_NAME_
convenience macros now allow an optionalmode
parameter
(JSONCONS_RDWR
orJSONCONS_RDONLY
) and three function objects,
match
(value matches expected),from
(convert from type known to jsoncons)
andinto
(convert into type known to jsoncons), #267