Transparent support for jsonready
For transparent support to jsonready, i think we have to distinguish what was read from the API and what people can access.
For that i propose to
- Rename
obj.properties
asobj._properties
-> this will store the raw data - Expose the
obj.prop
as it is with the interpretation on the fly
That's the approach i have used for object references.
Do you see any problem @sfisher ?