Hacker News new | past | comments | ask | show | jobs | submit login
py_yyjson – Fast, flexible and practical JSON parser for Python (github.com/tktech)
4 points by TkTech 4 months ago | hide | past | favorite | 2 comments



[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.

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.

This is the first release that's out of alpha with a stable API and ready for feedback and day-to-day usage.


Great work on bindings for yyjson! Will definitely have to keep these patch operations in mind, and the partial document loading. Cute logo too!




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: