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