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

dish: properly serialize Javascript Maps as JSON #1245

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

t-8ch
Copy link
Contributor

@t-8ch t-8ch commented Sep 17, 2021

When decoding CBOR it may happen that a Map is returned instead of an
object when the keys are not all strings.
Encode such Maps as array of key-value-pairs.

t-8ch and others added 2 commits September 17, 2021 19:39
When decoding CBOR it may happen that a Map is returned instead of an
object when the keys are not all strings.
Encode such Maps as array of key-value-pairs.
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.

2 participants