pub fn get_by_path<'a>(
value: &'a [u8],
paths: Vec<JsonPathRef<'a>>,
) -> Option<Vec<u8>>
Expand description
Get the inner value by JSON path of JSONB
object.
JSON path can be a nested index or name,
used to get inner value of array and object respectively.