• by TkTech on 11/16/2024, 1:31:59 AM

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

  • by odie5533 on 11/17/2024, 1:36:34 AM

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