pub fn parse_owned_jsonb_standard_mode_with_buf(
buf: &[u8],
result_buf: &mut Vec<u8>,
) -> Result<(), Error>
Expand description
Parses JSON text into a provided buffer as JSONB binary representation using standard JSON syntax rules. The parser will follow standard JSON syntax rules.