to_jsonb

Function to_jsonb 

Source
fn to_jsonb(
    input: Option<impl ToJsonb>,
    ctx: &Context,
    writer: &mut Builder,
) -> Result<()>