How can I access data by name instead of having to do string processing? Attached please find my code to parse the json.
Comments: What do you mean by couldn't get to work? What happens? Try something like: ``` json::value v = obj1[U("columns")]; ```
Comments: What do you mean by couldn't get to work? What happens? Try something like: ``` json::value v = obj1[U("columns")]; ```