Skip to main content

How can I convert my template JSON to HTML?

JSON to HTML conversion

Written by Danial A K Tareen

For this, you can use following two ways.

  1. Load your template JSON using loadDesign function in the editor and then use exportHTML function to get its HTML.

    See example below:

2. Make a POST request containing JSON of the template, and in return you will receive HTML . Kindly follow our documentation for complete guidance.

Did this answer your question?