I am trying to style the JSON message to the required style.
the required style of JSON message looks like:
[
{
“question”: “Write down Nhat’s email”,
“answer”: “[email protected]”,
“inline”: true
},
{
<% NEXT QUESTION/ANSWER %>
},
{
<%…%>
}
]
and currently my JSON message looks like:
[{"Question":"Question","Note":"","notePlaceholder":"enter text","inlineChecked":false},{"Question":"Question","Note":"","notePlaceholder":"enter text...","inlineChecked":""}]
Any idea on that?