Hi There,
I had a multidimentional array with values.
I wanted to convert it into JSON
I tried it with : json=JSON.stringify(skill_array);
But it gave me output as below:

[["Language","C++","0","1","May 2014","ascasc"],["DataBase","C++","0","1","May 2014","ascasc"],["Language","C++","0","1","May 2014","ascasc"]]

SO how can i convert it into JSON?
in Javascript

Hello,
I was so silly that I did not convert it with
JSON_decode()

Its solved now

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.