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

Add explicit options for json.dumps() #minor #31

Merged
merged 1 commit into from
Jan 8, 2021

Conversation

cobaltine
Copy link
Owner

Set explicit options for json.dumps(). Biggest change is to match the
separators with ones used in ECMAScript for better overall
interoperability. The character set is also no longer transcoded to
ascii.

The API remains the same, but hashes prior to v0.12.0 will not be
comparable. Added also a notice to README.md to emphasize this aspect.

Set explicit options for `json.dumps()`. Biggest change is to match the
separators with ones used in ECMAScript for better overall
interoperability. The character set is also no longer transcoded to
ascii.

The API remains the same, but hashes prior to v0.12.0 will not be
comparable. Added also a notice to README.md to emphasize this aspect.
@cobaltine cobaltine merged commit 3ba2697 into main Jan 8, 2021
@cobaltine cobaltine deleted the explicit-json-options branch January 8, 2021 22:25
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.

1 participant