Skip to content

Release 0.157.0

Compare
Choose a tag to compare
@danielaparker danielaparker released this 24 Sep 01:03
· 2928 commits to master since this release

Changes:

  • The name ser_error has been deprecated and renamed to codec_error.

Enhancements:

  • The _NAME_ convenience macros now allow an optional mode parameter
    (JSONCONS_RDWR or JSONCONS_RDONLY) and three function objects,
    match (value matches expected), from (convert from type known to jsoncons)
    and into (convert into type known to jsoncons), #267