Function jsonb::get_by_path_first

source ·
pub fn get_by_path_first<'a>(
    value: &'a [u8],
    json_path: JsonPath<'a>,
    data: &mut Vec<u8>,
    offsets: &mut Vec<u64>
)
Expand description

Get the inner element of JSONB value by JSON path. If there are multiple matching elements, only the first one is returned