pub const YYJSON_WRITE_INF_AND_NAN_AS_NULL: yyjson_write_flag = 16;Expand description
Write inf and nan number as null literal.
This flag will override YYJSON_WRITE_ALLOW_INF_AND_NAN flag.
pub const YYJSON_WRITE_INF_AND_NAN_AS_NULL: yyjson_write_flag = 16;Write inf and nan number as null literal.
This flag will override YYJSON_WRITE_ALLOW_INF_AND_NAN flag.