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

Fix alist encoder #57

Merged
merged 2 commits into from
Nov 17, 2018
Merged

Conversation

kkazuo
Copy link
Contributor

@kkazuo kkazuo commented Nov 17, 2018

This patch fix the problem:

from:

(("a" . ( (("aa" . 1)) ) ))
==> {"a":{"(aa . 1)":[]}}

to:

(("a" . ( (("aa" . 1)) ) ))
==> {"a":[{"aa":1}]}

@rudolph-miller rudolph-miller merged commit 1f448b4 into rudolph-miller:master Nov 17, 2018
@coveralls
Copy link

Coverage Status

Coverage remained the same at 71.186% when pulling d845ef5 on kkazuo:fix-alist-encoder into b9916fa on Rudolph-Miller:master.

@rudolph-miller
Copy link
Owner

Thanks!!

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

Successfully merging this pull request may close these issues.

None yet

3 participants