-
Notifications
You must be signed in to change notification settings - Fork 23
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
Complex Type #24
Comments
Ok, fund the solution in the source: ComplexType -> I would like to know why that is. Could somebody explain it to me please? |
@brasilikum, a complex type means that json-to-elm couldn't quite figure out what to do. FWIW, if you use the |
You can also provide the type alias, and json-to-elm has a better time working things out from the type alias! hope that helps :) |
Are you talking about the the Toplevel Alias? And could you elaborate how that helps working things out? I thought that was simply to replace
Thanks! As a feedback, I think that should be like a warning, as it is not related to |
I am trying to generate the elm decoder for my jsonresume.
I get the type "ComplexType", which is not defined. What does it mean? Is this JSON to complex for the tool, or is this a bug?
This is the json in question: (resulting elm below)
This is the result:
The text was updated successfully, but these errors were encountered: