Closed bijaykush closed 4 years ago
I am trying to convert html to adaptive json with as but getting error.
var json = adpativeHtml.toJSON("<p>Turn me into an Adaptive Card</p>");
Error: ReferenceError: DOMParser
@rcasto Any help on this?
Not totes sure of your setup, but it should be working.
Below is a link to a CodePen that may be helpful: https://codepen.io/rcasto/pen/pojLYMJ?editors=0011
I am trying to convert html to adaptive json with as but getting error.
var json = adpativeHtml.toJSON("<p>Turn me into an Adaptive Card</p>");
Error: ReferenceError: DOMParser
@rcasto Any help on this?