Convert Json

1
Good afternoon everyone, How to convert response from a webservice to json?
asked
2 answers
2

 

To convert Mendix objects to JSON string use the export mapping, to do the opposite use the import mapping.

answered
1

Hi Josimar,

Here is the documentation on how to consume a rest service. As Gabriel mentioned, you can do this using a json structure and import mapping. 

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

answered