Sorry if this question has already been asked and answered. There doesn't seem to be a way to search the archives.
I'm using action=parse, format=json, and the result creates a JavaScript JSON object. The HTML I wish to use is in result.parse.text.*, and the problem is JavaScript detects a syntax error because of the property named "*". How can I work around this?
Thanks, Brendan