I am wondering if it is possible to decode JSON payload posted/put to update
functions?
function(doc, req) {...
req.body // this is a JSON string, but can it be decoded?}Daniel.
I am wondering if it is possible to decode JSON payload posted/put to update
functions?
function(doc, req) {...
req.body // this is a JSON string, but can it be decoded?}Daniel.