JSON for Modern C++
json
json-serialization
msgpack
cbor
json-parser
header-only
messagepack
json-pointer
json-patch
stl-containers
rfc-6901
rfc-6902
rfc-7159
rfc-7049
json-diff
bson
ubjson
json-merge-patch
rfc-8259
-
Updated
Sep 4, 2021 - C++
As evidenced by msgpack/msgpack#194, there still is no clear answer on the "proper" MIME type for msgpack. Fluent-bit's HTTP output plugin uses
application/msgpack
for thecontent-type
instead of aapplication/x-msgpack
, so the msgpack-asgi middleware doesn't attempt to unpack requests from fluent-bit POST's