[go: up one dir, main page]

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

get_from_bytes_unchecked returns the raw value from path.

Safety

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