public Relationship(JsonValue json) { Source = new RelationshipUser(json["source"]); Target = new RelationshipUser(json["target"]); }