#jsoncons is a #singleheader #Cpp #library for parsing #JSON-like formats.
jsoncons has a data model that allows for parsing different formats that resemble JSON, like #CBOR and #BSON, using extensions. jsoncons provides several ways of interacting with parsed data; a query-able structure, a strongly typed C++ class, or a SAX-like parse stream. jsoncons is fast, and has extensions for things like JSONPath.
Website 🔗️: https://danielaparker.github.io/jsoncons/