You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -81,6 +81,17 @@ The `JsonDecoder` class accepts two boolean constructor parameters to enable the
81
81
82
82
To do so a so called `PropertyAccessor` will be installed and on property set the proxy will set the property to accessible, set the according value and then will set the property to not accessible again.
83
83
84
+
### Transforming an array of elements
85
+
If your json contains an array of elements at the root level you can use the `decodeMultiple` method to transform the json data into an array of class type objects.
0 commit comments