[][src]Function json_pest_parser::parse_json_string_with_specific_hasher

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