Function from_str

Source
pub fn from_str<'input>(
    source: &'input str,
) -> Result<JSONText<'input>, ParsingError>