pub const YYJSON_READ_NUMBER_AS_RAW: yyjson_read_flag = 32;Expand description
Read all numbers as raw strings (value with YYJSON_TYPE_RAW type),
inf/nan literal is also read as raw with ALLOW_INF_AND_NAN flag.
pub const YYJSON_READ_NUMBER_AS_RAW: yyjson_read_flag = 32;Read all numbers as raw strings (value with YYJSON_TYPE_RAW type),
inf/nan literal is also read as raw with ALLOW_INF_AND_NAN flag.