simple reading of a json file using Jsoncpp

前端 未结 0 454
名媛妹妹
名媛妹妹 2020-12-17 00:26

If I have a json file:

{ "key1" : "value1", "key2" : "value2" }

using:

Json::Value root;
Json::Reader re         


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