public ParseStringDelegate GetParseFn(Type type)
 {
     return(JsonReader.GetParseFn(type));
 }