YYJSON_WRITE_INF_AND_NAN_AS_NULL

Constant YYJSON_WRITE_INF_AND_NAN_AS_NULL 

Source
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.