Is there any tool by which we can create a JSON ob...
# suitetalkapi
r
Is there any tool by which we can create a JSON object for a record to be used for REST POST requests?
n
it's a bit of a blunt tool approach but have you tried .toJSON()?
r
Can you explain a bit more?