Function parse_json_string_with_specific_hasher

Source
pub fn parse_json_string_with_specific_hasher<S: BuildHasher + Default>(
    source: &str,
) -> Result<JSONValue<'_, S>, ParseJsonError>