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