-
Notifications
You must be signed in to change notification settings - Fork 34
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
Response as map of map support #155
Comments
Can you post what is generated for |
Just tried only serializer involve like this and was able to reproduce
|
So now |
jaumard
changed the title
Response as list or map supported / how to
Response as map of map support
Sep 10, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the swagger codegen I'm doing, the swagger api has something like:
Future<Map<String, int>> getInventory();
My problem is how Jaguar serializer can parse the string response to this ?
The text was updated successfully, but these errors were encountered: