nlohmann::detail::parse_error: syntax error while parsing CBOR string: expected length specification (0x60-0x7B) or indefinite string type (0x7F)

后端 未结 0 677
甜味超标
甜味超标 2021-02-09 18:01

Trying to use nlohmann/json to parse some CBOR payload:

#include 
#include 

using json = nlohmann::json;

int main()
{
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题