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

Parse response of the following format {"items":{"k1": {"k1":"v1"} ,"k2":{"k2":"v2"}}} #149

Open
abhinav054 opened this issue Jul 25, 2021 · 1 comment
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@abhinav054
Copy link

Parse response of type {"items":{"k1": {"k1":"v1"} ,"k2":{"k2":"v2"}}} into records {"k1":"v1"}, {"k2","v2"}

Write a new JacksonKvMapRecordHttpResponseParser.

@castorm
Copy link
Owner

castorm commented Oct 24, 2021

Hi @abhinav054,

Thank you very much for bringing this up.

I'm not sure how common that pattern is. For the time being, unless somebody contributes a solution for this, I would wait until more people require this.

Best regards.

@castorm castorm added good first issue Good for newcomers help wanted Extra attention is needed and removed prioritization labels Oct 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants