Function sonic_rs::get_many_unchecked
source · pub unsafe fn get_many_unchecked<'de, Input>(
json: Input,
tree: &PointerTree
) -> Result<Vec<LazyValue<'de>>>where
Input: JsonInput<'de>,Expand description
get_many_unchecked returns the raw value from the PointerTree. The result is a Vec
Safety
The JSON must be valid and well-formed, otherwise it may return unexpected result.