hi,
I have created one array in java script like this:
obj.push({'key' :value1, 'key2' :value2})
and it is stored in database ,but problem is that when I am retrieving again back from database I am confusing to how to get array from database because it is stored in following format :
[object Object],[object Object],[object Object] :-these are totallay 3 values.
how to get this array and how to separate key value pair in java