Data
Last updated
Was this helpful?
Last updated
Was this helpful?
Data is simply a thin wrapper around , so that you don't need to ever depend on Immutable directly, and for future compatibility.
A data object can have any properties associated with it.
Data.create
Data.create(properties: Object) => Data
Create a data object from a plain Javascript object of properties
.
Data.fromJSON
Data.fromJSON(object: Object) => Data
Create a data object from a JSON object
.