YYJSON_WRITE_NOFLAG

Constant YYJSON_WRITE_NOFLAG 

Source
pub const YYJSON_WRITE_NOFLAG: yyjson_write_flag = 0;
Expand description

Default option:

  • Write JSON minify.
  • Report error on inf or nan number.
  • Report error on invalid UTF-8 string.
  • Do not escape unicode or slash.