parse_owned_jsonb

Function parse_owned_jsonb 

Source
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.