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
Currently simple types (int, float etc.), list and dicts are supported. And in pr #424 I added support for list of dicts.
But what if I wanted to make a list of lists that contains dicts or something even bigger? In that case each new complex type would require some messy code to implement. It would be nice if we can come up with a generalized solution for these kinds.
The text was updated successfully, but these errors were encountered:
Currently simple types (int, float etc.), list and dicts are supported. And in pr #424 I added support for list of dicts.
But what if I wanted to make a list of lists that contains dicts or something even bigger? In that case each new complex type would require some messy code to implement. It would be nice if we can come up with a generalized solution for these kinds.
The text was updated successfully, but these errors were encountered: