Tagged articles

ujson

6 articles · Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Jul 14, 2025 · Backend Development

Boost Python JSON Performance with UltraJSON: Install, Use, and Advanced Tips

This guide introduces UltraJSON (ujson), a high‑performance C‑based JSON library for Python, covering why it outperforms the built‑in json module, installation steps, core API usage, advanced features, performance benchmarks, typical use cases, and best‑practice encapsulation for enterprise projects.

PythonSerializationbackend
0 likes · 6 min read
Boost Python JSON Performance with UltraJSON: Install, Use, and Advanced Tips
MaGe Linux Operations
MaGe Linux Operations
Sep 6, 2021 · Backend Development

Why orjson Beats ujson for Fast Python JSON Serialization

This article compares Python's built‑in json module with faster alternatives like ujson, rapidjson, and the Rust‑based orjson, showing benchmark results, installation steps, code examples, and a known ujson indentation bug to help developers choose the most efficient JSON library.

RapidJSONSerializationjson
0 likes · 6 min read
Why orjson Beats ujson for Fast Python JSON Serialization
MaGe Linux Operations
MaGe Linux Operations
Nov 7, 2020 · Backend Development

Which Python JSON Library Is Fastest? ujson vs rapidjson vs orjson

This article compares the performance of Python's built‑in json module with popular third‑party libraries ujson, rapidjson, and the Rust‑based orjson, showing benchmark results, installation tips, code examples, and known bugs to help developers choose the most efficient JSON serializer.

RapidJSONSerializationorjson
0 likes · 7 min read
Which Python JSON Library Is Fastest? ujson vs rapidjson vs orjson