ViewOverrides.fromJObject Method
Applies the property values from a plain object created from JSON to the properties of this instance.
Parameters
- jObject
-
Type: Object
The object who's properties should be copied onto this.
- cloneArrays
-
Type: Boolean
(optional) If true, new Array instances are created, otherwise the existing instances are used.
Optional: True