how to convert json

0
See the drop down and json data (using autocomplete & multiselect widget) i want to convert the json format. just want data to add in table
asked
2 answers
0

You’ll need to wrap the JSON in ‘{‘ and ‘}’ so it becomes a valid object. You could then create an import mapping using that JSON to convert it into Mendix objects. Once you have the data in objects, you can use a Data Grid to show results in a table.

Hope this helps.

answered
0

Hey Darshana,

https://docs.mendix.com/howto/integration/consume-a-rest-service/

go through the above link, it will help you find the steps for converting json to objects.

 

Hope it helps.

answered