Skip to main content

encode_jsonb

Function encode_jsonb 

Source
pub fn encode_jsonb(value: &Value) -> Vec<u8> 
Expand description

Encode a serde_json::Value into JSONB binary format.

Used by json_build_object, json_build_array, to_jsonb etc.