Release 0.157.0
·
4409 commits
to master
since this release
Changes:
- The name
ser_errorhas been deprecated and renamed tocodec_error.
Enhancements:
- The
_NAME_convenience macros now allow an optionalmodeparameter
(JSONCONS_RDWRorJSONCONS_RDONLY) and three function objects,
match(value matches expected),from(convert from type known to jsoncons)
andinto(convert into type known to jsoncons), #267