I am using Apps Script to create Google Docs. The Apps Script has been deployed as an API Executable. The Apps Script receives the request json, which it writes to the Google Doc. I am able to create and print the values from input JSON as String in Google Doc.
The input JSON has some of the properties whose value is HTML. How can I render the HTML in Google Doc using Apps Script?