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