Hi Team,
I am trying to convert an XML to JSON and one of the json key has a perid('.') like first.name
I am not able to get the content of that key as I am getting javascript error.
Below is the sample JSON:
{ "first": { "sec.one":{ "third":"fourth" } } }
If I try first.sec.one it trying to get a key with name sec and insode that searching for another key with name as one.