Skip to content

Version 0.10.0

Latest
Compare
Choose a tag to compare
@ibireme ibireme released this 09 Jul 16:34
· 14 commits to master since this release
9ddba00

Added

  • Add yyjson_locate_pos() function to locate the line and column number for error position: #166

Changed

  • Improve error messages for JSON reader: #168

Fixed

  • Fix YYJSON_READ_NUMBER_AS_RAW not overriding YYJSON_READ_BIGNUM_AS_RAW as per documentation: #170