<@U29QCJQF3> So would this be compatible with a re...
# suitescript
j
@michoel So would this be compatible with a request of 'application/json' type?
Copy code
var returnme = new Object();  
returnme = JSON.stringify(results);     
return returnme;