Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
python-rapidjson
/
python-rapidjson
Public
Notifications
You must be signed in to change notification settings
Fork
53
Star
533
Code
Issues
16
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-rapidjson
docs
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 23, 2026
Recompute the benchmarks against latest orjson, simplejson and ujson, using Python 3.14
lelit
committed
2a778cb
View commit details
Copy full SHA for 2a778cb
View code at this point
Browse repository at this point
Commits on Aug 3, 2025
Mention JSONC
Show description for e17eabc
lelit
committed
e17eabc
View commit details
Copy full SHA for e17eabc
View code at this point
Browse repository at this point
Commits on Jul 10, 2025
Recompute the benchmarks against latest pysimdjson, orjson and ujson, using Python 3.13
lelit
committed
aaf0158
View commit details
Copy full SHA for aaf0158
View code at this point
Browse repository at this point
Commits on Aug 5, 2024
Ensure that Validator receives UTF-8 encoded bytes/bytearray
lelit
committed
f30f630
View commit details
Copy full SHA for f30f630
View code at this point
Browse repository at this point
Commits on Jun 23, 2024
Rectify the reference to the PyEncoder's footnote
lelit
committed
2cc0fbf
View commit details
Copy full SHA for 2cc0fbf
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
Recompute benchmarks tables
lelit
committed
6bb7931
View commit details
Copy full SHA for 6bb7931
View code at this point
Browse repository at this point
Fix English grammar
lelit
committed
fcca441
View commit details
Copy full SHA for fcca441
View code at this point
Browse repository at this point
Commits on May 18, 2024
Include the changelog in the documentation
lelit
committed
5ec7b84
View commit details
Copy full SHA for 5ec7b84
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
Recompute the benchmarks against latest pysimdjson, orjson and ujson
lelit
committed
aeeeea5
View commit details
Copy full SHA for aeeeea5
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
Fix handling of write_mode in dump functions
Show description for 8b5fe38
lelit
committed
8b5fe38
View commit details
Copy full SHA for 8b5fe38
View code at this point
Browse repository at this point
Commits on Jul 6, 2022
Recompute benchmarks tables
lelit
committed
be377ff
View commit details
Copy full SHA for be377ff
View code at this point
Browse repository at this point
Specify the documentation language, required on modern Sphinx
lelit
committed
8537672
View commit details
Copy full SHA for 8537672
View code at this point
Browse repository at this point
Mention that dict ordering is preserved by default
Show description for f014436
lelit
committed
f014436
View commit details
Copy full SHA for f014436
View code at this point
Browse repository at this point
Commits on Jan 22, 2022
Recompute benchmarks tables
lelit
committed
094b0d2
View commit details
Copy full SHA for 094b0d2
View code at this point
Browse repository at this point
Commits on Jun 12, 2021
Recompute the benchmarks against latest pysimdjson, orjson and ujson
lelit
committed
bd95fa2
View commit details
Copy full SHA for bd95fa2
View code at this point
Browse repository at this point
Implement a different way to transmogrify JSON objects
Show description for 64d678f
lelit
committed
64d678f
View commit details
Copy full SHA for 64d678f
View code at this point
Browse repository at this point
Commits on Jun 9, 2021
Remove unused imports
lelit
committed
2714811
View commit details
Copy full SHA for 2714811
View code at this point
Browse repository at this point
Commits on Dec 13, 2020
Mention the new __rapidjson_exact_version__ module's attribute
lelit
committed
45144d8
View commit details
Copy full SHA for 45144d8
View code at this point
Browse repository at this point
Commits on Dec 12, 2020
Recompute the benchmarks, removing yajl and hyperjson, adding pysimdjson
Show description for fa902a0
lelit
committed
fa902a0
View commit details
Copy full SHA for fa902a0
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
When iterable mode is IM_ONLY_LISTS use PyList_CheckExact()
Show description for 5592b5d
lelit
committed
5592b5d
View commit details
Copy full SHA for 5592b5d
View code at this point
Browse repository at this point
Add a snippet showing how to pass RJ Encoder/Decoder to stdlib json dump()/load()
lelit
committed
eef5590
View commit details
Copy full SHA for eef5590
View code at this point
Browse repository at this point
Update a few URLs to use https schema
lelit
committed
ac7c5bc
View commit details
Copy full SHA for ac7c5bc
View code at this point
Browse repository at this point
Rethink the recent implementation of iterable_mode and mapping_mode
Show description for 8c0c3fa
lelit
committed
8c0c3fa
View commit details
Copy full SHA for 8c0c3fa
View code at this point
Browse repository at this point
Commits on Dec 5, 2020
Add two new modes to deal with non-string dictionary keys
Show description for fdd18d2
lelit
committed
fdd18d2
View commit details
Copy full SHA for fdd18d2
View code at this point
Browse repository at this point
Commits on Nov 29, 2020
Fix dump() signature in the documentation
lelit
committed
8c801b5
View commit details
Copy full SHA for 8c801b5
View code at this point
Browse repository at this point
Fix Encoder signature in the documentation
lelit
committed
c5b709d
View commit details
Copy full SHA for c5b709d
View code at this point
Browse repository at this point
New mapping_mode serialization option
Show description for 0916796
lelit
committed
0916796
View commit details
Copy full SHA for 0916796
View code at this point
Browse repository at this point
Use less silly code in the test example
lelit
committed
088767e
View commit details
Copy full SHA for 088767e
View code at this point
Browse repository at this point
Fix grammar
lelit
committed
6437c63
View commit details
Copy full SHA for 6437c63
View code at this point
Browse repository at this point
Commits on Nov 28, 2020
New iterable_mode serialization option
Show description for 8865f27
lelit
committed
8865f27
View commit details
Copy full SHA for 8865f27
View code at this point
Browse repository at this point
Update copyright year in the Sphinx documentation
lelit
committed
2286d2a
View commit details
Copy full SHA for 2286d2a
View code at this point
Browse repository at this point
Commits on Oct 24, 2020
Fix access to Encoder instance attributes
Show description for d1418c9
lelit
committed
d1418c9
View commit details
Copy full SHA for d1418c9
View code at this point
Browse repository at this point
Commits on May 26, 2020
Fix typo in benchmarks.rst
Show description for 811713e
barni2000
authored
811713e
View commit details
Copy full SHA for 811713e
View code at this point
Browse repository at this point
Commits on May 8, 2020
Make the character used for indentation in pretty mode a parameter
Show description for b938c13
lelit
committed
b938c13
View commit details
Copy full SHA for b938c13
View code at this point
Browse repository at this point
Commits on Mar 12, 2020
Handle Python 3.6 difference in timedelta representation
lelit
committed
5be4d8b
View commit details
Copy full SHA for 5be4d8b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.