pub fn parse_value_standard_mode(buf: &[u8]) -> Result<Value<'_>, Error>
Parse JSON text to JSONB Value with standard mode. The parser will follow standard JSON syntax rules.