pub const YYJSON_WRITE_PRETTY_TWO_SPACES: yyjson_write_flag = 64;Expand description
Write JSON pretty with 2 space indent.
This flag will override YYJSON_WRITE_PRETTY flag.
pub const YYJSON_WRITE_PRETTY_TWO_SPACES: yyjson_write_flag = 64;Write JSON pretty with 2 space indent.
This flag will override YYJSON_WRITE_PRETTY flag.