Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-04-08 | 273 Bytes | |
Version 0.9.0 source code.tar.gz | 2024-04-08 | 1.5 MB | |
Version 0.9.0 source code.zip | 2024-04-08 | 1.8 MB | |
Totals: 3 Items | 3.3 MB | 0 |
Added
- Add
YYJSON_WRITE_NEWLINE_AT_END
flag for JSON writer: [#147]
Changed
- Add auto-type conversion (uint<->sint) to
yyjson_ptr_get_uint/sint()
: [#152]
Fixed
- Fix incorrect output in environments lacking native
bool
type support: [#161]