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