Howdy. This is a fully constexpr (mostly, the mapping + vector marshalling code isn't) JSON parsing library for C++23/26. Based off of my preliminary benchmarks it's around 30-80% faster in parsing json (of any form) compared to the fastest libraries I could find (simdjson/Glaze).

Source: [Hacker News](https://github.com/rfgplk/cjson.cpp)

Sponsored