hI guys, when returning an object in a RESTLET, sh...
# suitescript
m
hI guys, when returning an object in a RESTLET, should i return a JSON.stringify object or just the objet
e
We’ve done both. Doesn’t seem to matter. It gets returned as a string in the body either way.
m
thats what i figured
thanks
b
kinda depends on the suitescript version
there are 2 differences between 2.0 and 2,1
👍 1
m
excellent observation Battk, thanks a lot
e
Thanks, we started with 2.1 so good to know.