Download Latest Version Version 0.12.0 source code.tar.gz (1.6 MB)
Email in envelope

Get an email when there's a new version of yyjson

Home / 0.12.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-08-18 752 Bytes
Version 0.12.0 source code.tar.gz 2025-08-18 1.6 MB
Version 0.12.0 source code.zip 2025-08-18 1.9 MB
Totals: 3 Items   3.5 MB 0

Added

  • Add yyjson_write_number() and yyjson_mut_write_number() to write a number value to a string buffer.
  • Add YYJSON_READ_ALLOW_EXT_NUMBER to support extended number formats, such as 0x7B, +.123.
  • Add YYJSON_READ_ALLOW_EXT_ESCAPE to support extended escape, such as \a, \0, \x7B.
  • Add YYJSON_READ_ALLOW_EXT_WHITESPACE to support extended whitespace, such as \v, \u2028.
  • Add YYJSON_READ_ALLOW_SINGLE_QUOTED_STR to support single-quoted strings, such as 'ab'.
  • Add YYJSON_READ_ALLOW_UNQUOTED_KEY to allow unquoted keys, such as {a:1,b:2}.
  • Add YYJSON_READ_JSON5 to enable full JSON5 support.

Changed

  • Removed support for non-standard JSON in the incremental reader yyjson_incr_read().
Source: README.md, updated 2025-08-18