使用 nlohmann:Json Convertor for map<string,string> to Json 后解析 Json 值

问题描述

我正在使用 nlohmann::Json 在 C++ 端将 map 转换为 stringJson。使用那个 stringjson,我已经使用 PINVOKE 将整个 Json 传递给 C# 端。 当文件夹有多个数据时,我正在努力解析 Json。 例如:

recFace_callback_Json :
"{
  \"C:\\\\Images\\\\Cel\\\\05.jpg\":\" [{\\\"acc\\\":1.0,\\\"he\\\":146]\",\"C:\\\\Images\\\\Cel\\\\06.jpg\":\"[{\\\"acc\\\":1.0,\\\"he\\\":272},{\\\"acc\\\":2.0,\\\"he\\\":472}]\"
 }"

有人吗?如何处理所有数据

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)