[go: up one dir, main page]

pub unsafe fn get_from_slice_unchecked<Path: IntoIterator>(
    json: &[u8],
    path: Path
) -> Result<LazyValue<'_>>
where Path::Item: PointerTrait,
Expand description

get_from_slice_unchecked returns the raw value from path.

Safety

The JSON must be valid and well-formed, otherwise it may return unexpected result.