Fix an bug that prevented nested tuples from correctly having their dict keys available.
Also, now keys with no name are given a generic name so that they are still available. Technically this is a breaking change but meeeeh, it was also broken before so working correctly now is a net win I think :)
What I did
Fix an bug that prevented nested tuples from correctly having their dict keys available.
Also, now keys with no name are given a generic name so that they are still available. Technically this is a breaking change but meeeeh, it was also broken before so working correctly now is a net win I think :)