Function parse_property

Source
pub fn parse_property(
    s: &str,
) -> Result<(String, Value), Box<dyn Error + Send + Sync + 'static>>