Trying to use nlohmann/json to parse some CBOR payload:
#include #include using json = nlohmann::json; int main() {