[go: up one dir, main page]

Function sonic_rs::lazyvalue::get_many

source ·
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. And the order of the result is the same as the order of the tree. If the tree is empty, it will return the whole json.