Hi
I have a json like this below and i want to traverse though this json and want to get the value of Tag "V", and i am using boost c++ library to do this, but i not able to.
[
{"D1C":"1","D2C":"1396","D3C":"201707","D4C":"33586","MC":"2","V":"1.34"},{"D1C":"1","D2C":"1396","D3C":"201707","D4C":"33583","MC":"2","V":"6.565"},
]
Can some one help me with this please.
With Regards
Bikram
litu Here