How to convert JSON request of Connect-Rest as a single string and store in Data table
I have a requirement to store Request and Response of Connect-Rest as a column in data table. Response is a single value so I am able to map it easily in Data table. Whereas Request is dynamic, sometimes we have 10 properties only and sometimes it can have more than 100 properties. Both request and response is in JSON Format.My requirement is to map the complete JSON request as single string and store in the data table as column. Please suggest an answer for my requirement