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

simplejson: initial integration. #4905

Closed
wants to merge 3 commits into from

Conversation

DavidKorczynski
Copy link
Collaborator

json parser for Python with native code speedups.

@DavidKorczynski DavidKorczynski marked this pull request as draft January 2, 2021 20:57
@Zac-HD
Copy link
Contributor

Zac-HD commented Jan 15, 2021

May I recommend using Hypothesis to test that obj == simplejson.loads(simplejson.dumps(obj)) for any JSON object? #4975 has details, as well as an example harness for ujson that you could copy (just remove the integers() bounds!)

@oliverchang oliverchang closed this Dec 1, 2022
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