Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
All components that support data binding currently use JSON.get() and put() to access bound values. These methods take an Object as the root value - values are wrapped in an instance of BeanDictionary as needed. As a result, passing a Dictionary to load()/store() isn't strictly necessary.