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
Wrapping collections variable introduced replacing arrayDepth and mapType: this variable presents
a list of all collections wrapping a type (example: List<List<Map<String,
List>>> -> [List, List, List, Map, List]) and will resolve them in order of
appearance (#128)