How can I access data by name instead of having to do string processing? Attached please find my code to parse the json.
Comments: const string_t& strTime = arr1Iter[0]; doesn't compile. The error is: cannot convert from 'const web::json::value' to 'const utility::string_t &'
Comments: const string_t& strTime = arr1Iter[0]; doesn't compile. The error is: cannot convert from 'const web::json::value' to 'const utility::string_t &'