Open
Description
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?