Exemplo n.º 1
0
 public long Array(JsonArray value)
 {
     return(value.Select(c => this.Visit(c)).Sum());
 }