pub fn json_valid(input: &str, flags: Option<u8>) -> i64Expand description
Validate JSON text under flags compatible with SQLite json_valid.
Supported flags:
0x01: strict RFC-8259 JSON text0x02: JSON5 text0x04: superficial JSONB check0x08: strict JSONB parse