Is it possible to give "" symbol itself in the html text box tag?
My requirement is something like this:
<input name="myapi" id="testapi" type="text" value="{"value": "!MYAPI!sdfg" }" class="revapi" hidden="true"/>
where {"value": "!MYAPI!sdfg" }
is the value of the text box
Is there any way to do so?