forum

Home / DeveloperSection / Forums / Convert JSON String to Object

Convert JSON String to Object

Anonymous User 1282 22-Mar-2018

I want to convert Json string into array object.I have a JSON String like this.

{"label1":"Mindstick","label2":"123",}

and I want result like this

[{"label1":"Mindstick","label2":"123",}]




Updated on 23-Mar-2018
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By