public ObjectJsonValue(JsonObject value) { this.value = value; }
public JsonProperty(string name, JsonObject @object) : this(name, new ObjectJsonValue(@object)) { }