Version 0.10.0 has been released high-performance of the yyjson library, written in C (C89 standard), distributed under the MIT license and designed for reading and modifying data in JSON format (RFC 8259).
The library also supports RFC JSON Pointer, JSON Patch and JSON Merge Patch.
Change log:
- added the yyjson_locate_pos() function to retrieve the line and column number in case of a parsing error;
- improved error messages when reading JSON;
- fixed a parsing error for numbers with the YYJSON_READ_NUMBER_AS_RAW option.
Source: linux.org.ru
