TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

py_yyjson – Fast, flexible and practical JSON parser for Python

4 pointsby TkTech7 months ago

2 comments

TkTech7 months ago
[py]yyjson is built around the fantastic yyjson library by Ibireme to offer a JSON parser that manages to be among the fastest out there while also offering flexible parsing for non-standard JSON and high portability (ANSI C89) without SIMD instructions.<p>Unique among Python JSON projects, you can also manipulate documents without de-serializing them into Python objects with fast JSON Patch (RFC 6902) and JSON Merge-Patch (RFC 7386) support.<p>This is the first release that&#x27;s out of alpha with a stable API and ready for feedback and day-to-day usage.
odie55337 months ago
Great work on bindings for yyjson! Will definitely have to keep these patch operations in mind, and the partial document loading. Cute logo too!