arv / ecmascript-object-observe

ECMAScript Object.observe spec
Apache License 2.0
63 stars 6 forks source link

JSON Patch as changes array #10

Closed lauriro closed 9 years ago

lauriro commented 9 years ago

The changes array is very similar to JSON Patch RFC6902, why not use that as changes array?

arv commented 9 years ago

We did look at this a few years ago. The fit is not perfect though. We wanted a lower level API so keeping things simple was important.