Hello. Does anybody have a working example of a re...
# suitescript
j
Hello. Does anybody have a working example of a restlet returning JSON data? I've successfully returned an OBJECT() but it seems as though I need more control over the data types. So:
"age": "22"
should be formatted as
"age": 22
etc. (I'm loading the data into google Bigquery)