Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@ibireme ibireme released this 11 Dec 19:26
· 250 commits to master since this release
41069b2

Added

  • Add YYJSON_WRITE_INF_AND_NAN_AS_NULL flag for JSON writer.
  • Add merge_path() function for JSON Merge-Path API (RFC 7386).
  • Add obj_replace() and obj_insert() function for object modification.
  • Add obj_iter_get() function for faster object query.
  • Add yyjson_version() function.

Changed

  • Replace YYJSON_DISABLE_COMMENT_READER and YYJSON_DISABLE_INF_AND_NAN_READER with YYJSON_DISABLE_NON_STANDARD compiler flag.
  • Replace YYJSON_DISABLE_FP_READER and YYJSON_DISABLE_FP_WRITER with YYJSON_DISABLE_FAST_FP_CONV compiler flag.

Fixed

  • Fix compiler warning with -Wconversion
  • Fix compiler error for GCC 4.4 (#53) and MSVC 6.0 (#55)