Function sonic_rs::get_from_str_unchecked
source · 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.