Function jsonb::build_object

source ·
pub fn build_object<'a, K: AsRef<str>>(
    items: impl IntoIterator<Item = (K, &'a [u8])>,
    buf: &mut Vec<u8>
) -> Result<(), Error>
Expand description

Build JSONB object from items. Assuming that the input values is valid JSONB data.