Answer the question
In order to leave comments, you need to log in
How to convert json to object?
There is such a json (of course, there can be more data in data):
{ "cols": [ "Author", "Album", "Date", "Price", "ID" ], "data": [ [ "Eminem", "Marshall Mathers", "2000", "10", "id1"], [ "Eminem", "Relapse", "2009", "10", "id2"] ] }
{ "Author": "Eminem",
"Album": "Marshall Mathers",
"Date": "2000",
"Price": "10",
"ID": "id1"},
{ "Author": "Eminem",
"Album": "Relapse",
"Date": "2009",
"Price": "10",
"ID": "id2"}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question