I've some page that gives me kinda of a JSON file/output like this example:
Description:
23463232
- tags
- appid
35433523
- tags
- appid
12345234
- tags
- appid
I'm trying to get the tags values, like so description.23463232.tags
Add gives me this error:
SyntaxError: identifier starts immediately after numeric literal
I know that you all vars must be strings started by letters but I can't change that because this file/page is not mine. So, I'd like to know what can I do to retrieve the tags values or if there is some way to change the name of that vars like "23463232" to something else.