How to send an array of strings in JSON ?

0
I want to send the following JSON as an input data to one of the Post Rest API calls. { "status": [ "New", "In progress", "Completed" ], "course": "Mendix", "trainerName": "Jai" } Facing issue in sending array of strings in JSON. I could be able to send it as a array of objects instead of array of strings.   Is it possible to send array of strings?
asked
1 answers
0

Hi Steffy,

 

Yes it is possible to send an array of strings:

- Create your JSON document

- Create an Export mapping based on that JSON document

 

Example:

image.png

answered