Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise. Learn more →
Orjson Alternatives
Similar projects and alternatives to orjson
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
-
-
-
-
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
-
simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
-
-
msgspec
Discontinued A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML [Moved to: https://github.com/msgspec/msgspec]
-
-
-
-
zet
Discontinued Zettelkasten Repo. This is where I dump my knowledge as it happens, all my zettels ("slips" or notes) about almost anything and everything. The idea is rather simple really and very powerful. Be warned, however, just because something is here doesn't mean it is accurate or even that I still believe it.
-
-
-
-
-
ormsgpack
Discontinued MessagePack serialization library for Python derived from orjson, written in Rust using PyO3 [Moved to: https://github.com/ormsgpack/ormsgpack]
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
orjson discussion
orjson reviews and mentions
- Orjson no more open issue tracker or pull requests due to signal-to-noise ratio
-
Web scraping of a dynamic website using Python with HTTP Client
The library already has support for an HTTP client that allows bypassing Cloudflare - CurlImpersonateHttpClient. Since we have to work with JSON responses we could use parsel_crawler added in version 0.3.0, but I think this is excessive for such tasks, besides I like the high speed of orjson.. Therefore, we'll need to implement our crawler rather than using one of the ready-made ones.
- orjson: Fast, correct Python JSON lib supporting dataclasses, datetimes, NumPy
-
JSON extra uses orjson instead of ujson
(https://github.com/ijl/orjson). In this implementation, the same JSON
-
This Week In Python
orjson – Fast, correct Python JSON library
- Orjson: Fast, correct Python JSON library
- JSON dans les projets data science : Trucs & Astuces
-
JSON in data science projects: tips & tricks
orjson is the fastest JSON library available for python. It natively manages dataclass objects, datetime, numpy and UUID objects.
- Segunda linguagem
-
Litestar 2.0
As we began venturing down that road, a few things emerged that would constitute significant changes to some of the core parts of Litestar, but there were two things in particular that started a chain reaction of changes by opening up further possibilities: The new DTOs and our switch from orjson to msgspec.
-
A note from our sponsor - AppSignal
www.appsignal.com | 14 Sep 2026
Stats
ijl/orjson is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of orjson is Python.