Skip to main content

object_field

Function object_field 

Source
fn object_field<'de>(
    json: &'de str,
    field: &str,
) -> Result<Option<&'de RawValue>>