pub fn get_many<'de, Input>(
json: Input,
tree: &PointerTree
) -> Result<Vec<LazyValue<'de>>>where
Input: JsonInput<'de>,Expand description
get_many returns the raw value from the PointerTree.
Note: the JSON must be valid and well-formed, otherwise it may return unexpected result.