-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support for unflatten function #9
Conversation
Hi! Thanks for your PR, just got around to look at it. I will add some tests and get it merged/published! |
Hi @Pana-g! I decided to not support nested maps for now: {a.b: 123, a: {c: 321}} There is one failing test for a map inside a list: test.0.a: 123 Are you available to take a look? |
Hi @danilofuchs ! Thanks for the feedback! Indeed there were some issues with the |
Great! |
Released! |
Closes #8