Has key
ditto
auto v1 = Value(["a":1, "b":2]); v1.remove("b"); assert(v1 == Value(["a":1]));
See Implementation
Has key