Skip to content

Version 0.9.0

Latest
Compare
Choose a tag to compare
@ibireme ibireme released this 08 Apr 15:08
· 5 commits to master since this release
b21c029

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