parse_owned_jsonb_standard_mode

Function parse_owned_jsonb_standard_mode 

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