Enabling use of “defaultValue” with JSON data source for Ext JS
I have a JSON response that has data in a nested object within a data entry. Mapping and reading the nested data is easy and straightforward. The interesting part is that the nested object is optional and therefore may not exist in the response sometimes. Unfortunately, JsonReader can’t handle this and would throw a silent […]
Read more "Enabling use of “defaultValue” with JSON data source for Ext JS"