pub const YYJSON_READ_ALLOW_TRAILING_COMMAS: yyjson_read_flag = 4;Expand description
Allow single trailing comma at the end of an object or array,
such as [1,2,3,], {"a":1,"b":2,} (non-standard).
pub const YYJSON_READ_ALLOW_TRAILING_COMMAS: yyjson_read_flag = 4;Allow single trailing comma at the end of an object or array,
such as [1,2,3,], {"a":1,"b":2,} (non-standard).