Hi,
I have this data:
[ {id: 1, name: ‘John Doe’ } ]
How do I get the id or name.
Thank you,
Hi,
I have this data:
[ {id: 1, name: ‘John Doe’ } ]
How do I get the id or name.
Thank you,
variablename[0].name
It works.
Thank you.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.