6

I am using jsoncpp, is there a way to put a map in Json::Value ?

I understand I can extract keys one by one and put them in the Json::Value. but is there a more graceful way ? for example in the C# counter part NewtonSoft json api

I would do

      String json = JsonConvert.SerializeObject(cmdDict);   
4

1 に答える 1