Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Viewing all articles
Browse latest Browse all 4845

Commented Unassigned: How do I access data by name? [339]

$
0
0
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.

Viewing all articles
Browse latest Browse all 4845

Trending Articles