I have an array of objects named collection[]
;
eg. collection[0]={codec:"70",event:"keyup",time:"147625879"}
Now I want to convert the whole array to json object at once.
I have an array of objects named collection[]
;
eg. collection[0]={codec:"70",event:"keyup",time:"147625879"}
Now I want to convert the whole array to json object at once.