I got json string of the form:
{"k1":"v1","k2":"v2,"k3":"v3"}How would I go about converting this to a map<string, string>? Thanks!
I got json string of the form:
{"k1":"v1","k2":"v2,"k3":"v3"}How would I go about converting this to a map<string, string>? Thanks!