Exemplo n.º 1
0
 // Static
 public new static JsonData Parse(string value)
 {
     return(JsonBase.Parse <JsonData>(value));
 }
Exemplo n.º 2
0
 // Static
 public new static JsonMessage Parse(string value)
 {
     return(JsonBase.Parse <JsonMessage>(value));
 }