[go: up one dir, main page]

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

get_from_str_unchecked returns the raw value from path.

Safety

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