Hello there !
I was wondering if wildcards for computed properties are still in the pipe (there was a discussion about it while back, but I can’t find anything anymore).
Something along these lines:
fullJSON: function () {
return JSON.stringify( this.get('content'), null, 2 );
}.property('content')
So that fulljson
will be updated when any property in content changes
Thanks !