public void SetProperty(JsonProperty property) { Debug.Log("property set"); properties[property.name] = property.GetObject(); }