Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions impls.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,13 @@ <h2 id="c-c">C, C++</h2>
CBOR as (de)serialization format.</p>

<p><a class="btn" href="https://github.com/nlohmann/json#binary-formats-cbor-and-messagepack">View details »</a></p>

<p><a href="https://github.com/getml/reflect-cpp">reflect-cpp</a> — A C++-20 library that
provides a unified reflection-based interface for various serialization formats,
including CBOR.</p>

<p><a class="btn" href="https://github.com/getml/reflect-cpp/tree/main/docs">View details »</a></p>

<p><a href="https://github.com/anton-dutov/cbor-qt">The old Qt
implementation</a> is now
deprecated, as Qt from version 5.12 now has built-in support:</p>
Expand Down