vendredi 8 mai 2015

conversion of json array to javascript array using jquery

How do I convert this JSON array:

[{"date":"01/01/1996","open":913.0,"high":913.0,"low":906.0,"close":908.0,"vol":118.0}] 

to a JavaScript array like this:

[["01/01/1996",913,913,906,908,118]] 

using jQuery?

Aucun commentaire:

Enregistrer un commentaire