Exemplo n.º 1
0
 public static dynamic ReadJson(this TextReader w)
 {
     return(Json.Read(w));
 }
Exemplo n.º 2
0
 public static dynamic ReadJson(this Stream s)
 {
     return(Json.Read(s));
 }