Copy a set of scalar fields straight from a raw JSON object onto a model.
The API already returns keys in camelCase, matching the library's field names,
so plain pass-through copying is correct for primitive fields. Nested objects
and arrays of models are handled explicitly by each model's deJson.
Copy a set of scalar fields straight from a raw JSON object onto a model.
The API already returns keys in camelCase, matching the library's field names, so plain pass-through copying is correct for primitive fields. Nested objects and arrays of models are handled explicitly by each model's
deJson.