Resolved! How to read attribute from JSON if an identifier starts with a number
Hi Team, I am trying to read an attribute(1star) from the below JSON from the POST API. { "account": { "1star": "1000094" } } When I try to read this attribute it shows an error 'parsing error: identifier directly after number' I am trying to...