Ejemplo n.º 1
0
 public string ToJson()
 {
     TokenToJson visitor = new TokenToJson();
     Visit(visitor);
     return visitor.ToString();
 }