| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-07-09 | 299 Bytes | |
| Version 0.10.0 source code.tar.gz | 2024-07-09 | 1.5 MB | |
| Version 0.10.0 source code.zip | 2024-07-09 | 1.8 MB | |
| Totals: 3 Items | 3.3 MB | 0 | |
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_RAWnot overridingYYJSON_READ_BIGNUM_AS_RAWas per documentation: [#170]