public void Remove(JsonValue item)
 {
     this.Values.Remove(item);
 }
 public void Add(JsonValue item)
 {
     this.Values.Add(item);
 }