How can I access data by name instead of having to do string processing? Attached please find my code to parse the json.
Comments: for example: const string_t& strTime = arr1Iter->at(L"time").as_string(); and const string_t& strTime = arr1Iter->at(L"time").serialize(); crash.
Comments: for example: const string_t& strTime = arr1Iter->at(L"time").as_string(); and const string_t& strTime = arr1Iter->at(L"time").serialize(); crash.