Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more complex tupleTypes #19

Open
ctsscott opened this issue Oct 12, 2018 · 1 comment
Open

Support more complex tupleTypes #19

ctsscott opened this issue Oct 12, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ctsscott
Copy link

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?

@obloquy
Copy link

obloquy commented Jun 19, 2019

I've added PR #61 which may help with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants