hi, I have json string in json request.
i want to update the database using that string.
how can i do that?
There would be a multipal object in this string.
Deserialize the string into the separate product objects (JSON.parse
from http://flori.github.com/json/ perhaps?), then use the normal object
methods to perists the data I think.