public static dynamic ReadJson(this TextReader w) { return(Json.Read(w)); }
public static dynamic ReadJson(this Stream s) { return(Json.Read(s)); }