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
TupleTypes have a flat structure, only supporting scalar types.
Expected behavior:
Would be great if tupleTypes supported more complex structures so it's easier to unmarshall complex json. Otherwise, there's quite a bit of work to flatten or map between structures. Another option would be to support structs directly somehow?
The text was updated successfully, but these errors were encountered:
Current behavior:
TupleTypes have a flat structure, only supporting scalar types.
Expected behavior:
Would be great if tupleTypes supported more complex structures so it's easier to unmarshall complex json. Otherwise, there's quite a bit of work to flatten or map between structures. Another option would be to support structs directly somehow?
The text was updated successfully, but these errors were encountered: