pub fn parse_owned_jsonb_standard_mode(buf: &[u8]) -> Result<OwnedJsonb, Error>Expand description
Parses JSON text into an owned JSONB binary representation using standard JSON syntax rules. The parser will follow standard JSON syntax rules.
pub fn parse_owned_jsonb_standard_mode(buf: &[u8]) -> Result<OwnedJsonb, Error>Parses JSON text into an owned JSONB binary representation using standard JSON syntax rules. The parser will follow standard JSON syntax rules.