Function jsonb::get_by_path_array
source ยท pub fn get_by_path_array<'a>(
value: &'a [u8],
json_path: JsonPath<'a>,
data: &mut Vec<u8>,
offsets: &mut Vec<u64>,
) -> Result<(), Error>Expand description
Get the inner elements of JSONB value by JSON path.
If there are multiple matching elements, return an JSONB Array.