The data which I'm getting from API is in this format having few keys in dot format and rest in normal. As javascript don't allow variable names having dot notation. How can I initialize variable names in dot notation ?
[{
"s.no":0,
"amt.pledged":15823,
"currency":"cad",
"end.time":"2016-11-01T23:59:00-04:00",
}]
`