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. The result is a Vec
pub fn get_many<'de, Input>(
json: Input,
tree: &PointerTree
) -> Result<Vec<LazyValue<'de>>>where
Input: JsonInput<'de>,get_many returns the raw value from the PointerTree. The result is a Vec