Android Question Parsing simple JSON

RhodesB4A

Member
Licensed User
Longtime User
Im trying to parse this simple JSON object but I'm failing.

[{"value": "New", "onclick": "CreateNewDoc()"}]

How do I take care of the [] because .NextArray and .NextObject do not seem to work.
Thanks in advance.
 
Top