Hacker News new | past | comments | ask | show | jobs | submit login

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




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

Search: