pub const YYJSON_READ_BIGNUM_AS_RAW: yyjson_read_flag = 128;Expand description
Read big numbers as raw strings. These big numbers include integers that
cannot be represented by int64_t and uint64_t, and floating-point
numbers that cannot be represented by finite double.
The flag will be overridden by YYJSON_READ_NUMBER_AS_RAW flag.