Go.Binding and nested properties

Yes, that’s a clever way to support property paths in data binding. But it requires the use of specially defined properties on the data objects, much as Backbone, Ember, and Knockout do. I suspect that get and set performance is poor too, although I have not tested that.