Ejemplo n.º 1
0
 public static ANode Parse(string aJSON)
 {
     return(ANode.Parse(aJSON));
 }