<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Show a JSON text in an interface</title><link>https://community.appian.com/discussions/f/user-interface/24109/show-a-json-text-in-an-interface</link><description>Hi All, 
 We have data stored in our DB in text format. But data added can either be text or json. We would need to display the same in the interface in proper format. 
 That is if data is in plain text we would show it as text and if it is in JSON, we</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92948?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 10:41:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:10ef5ef5-0f89-4ba3-b0bb-4f19e5fc4ad8</guid><dc:creator>SS</dc:creator><description>&lt;p&gt;Thank you!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92940?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 09:56:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a1808aed-07b9-4ce7-b6f4-9200e048e064</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Come on! You have a solution to get the fields on screen, and one to extract the field names without using a!keys(). Please combine the two!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92939?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 09:47:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:07348da6-834b-4724-aa15-f277dfdbd483</guid><dc:creator>SS</dc:creator><description>&lt;p&gt;Hi Stefan,&lt;/p&gt;
&lt;p&gt;In the first post we had to use a!keys() but with our Appian version it is not allowed. We use 21.1&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92938?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 09:45:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2358bbf5-c91b-42f0-8617-0eab90a35171</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Sure. Check my first post!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92937?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 09:44:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8f21d965-5492-4595-a6ec-2ead54d6b1d1</guid><dc:creator>SS</dc:creator><description>&lt;p&gt;Hi Stefan,&lt;/p&gt;
&lt;p&gt;We do not get the key-value pair with the above code. We only get the keys as output.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92935?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 08:40:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eef8f9fc-4367-463b-86eb-a96ee918714e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I had to add backslashes to escape the quotes in field 2. But this is working.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!jsonString: &amp;quot;{
&amp;quot;&amp;quot;Field1&amp;quot;&amp;quot;:&amp;quot;&amp;quot;Test&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Field2&amp;quot;&amp;quot;:&amp;quot;&amp;quot;value is \&amp;quot;&amp;quot;not editable\&amp;quot;&amp;quot; test it.&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Field3&amp;quot;&amp;quot;:&amp;quot;&amp;quot;314146282515&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Timestamp&amp;quot;&amp;quot;:&amp;quot;&amp;quot;2019-06-19T11:05:23.678+0000&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Field4&amp;quot;&amp;quot;:&amp;quot;&amp;quot;XYZ&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Reason&amp;quot;&amp;quot;:&amp;quot;&amp;quot;XYZ&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Time&amp;quot;&amp;quot;:&amp;quot;&amp;quot;2022-02-19T05:09:26.046+0000&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Field5&amp;quot;&amp;quot;:&amp;quot;&amp;quot;ABC&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Field6&amp;quot;&amp;quot;:&amp;quot;&amp;quot;yui&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Value&amp;quot;&amp;quot;:&amp;quot;&amp;quot;OK&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Action&amp;quot;&amp;quot;:&amp;quot;&amp;quot;&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Field7&amp;quot;&amp;quot;:&amp;quot;&amp;quot;[abcged]&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Field8&amp;quot;&amp;quot;:&amp;quot;&amp;quot;&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Field9&amp;quot;&amp;quot;:{
&amp;quot;&amp;quot;Value1&amp;quot;&amp;quot;:&amp;quot;&amp;quot;test&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Value2&amp;quot;&amp;quot;:&amp;quot;&amp;quot;Test&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Value3&amp;quot;&amp;quot;:&amp;quot;&amp;quot;Test&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Value4&amp;quot;&amp;quot;:&amp;quot;&amp;quot;Test&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Value5&amp;quot;&amp;quot;:null,
&amp;quot;&amp;quot;Value6&amp;quot;&amp;quot;:[
{
&amp;quot;&amp;quot;value&amp;quot;&amp;quot;:&amp;quot;&amp;quot;C:&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;name&amp;quot;&amp;quot;:&amp;quot;&amp;quot;instance&amp;quot;&amp;quot;
},
{
&amp;quot;&amp;quot;value&amp;quot;&amp;quot;:&amp;quot;&amp;quot;ty&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;name&amp;quot;&amp;quot;:&amp;quot;&amp;quot;object&amp;quot;&amp;quot;
},
{
&amp;quot;&amp;quot;value&amp;quot;&amp;quot;:&amp;quot;&amp;quot;er46&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;name&amp;quot;&amp;quot;:&amp;quot;&amp;quot;test&amp;quot;&amp;quot;
}
],
&amp;quot;&amp;quot;Field9&amp;quot;&amp;quot;:300,
&amp;quot;&amp;quot;Periods&amp;quot;&amp;quot;:1,
&amp;quot;&amp;quot;Operator&amp;quot;&amp;quot;:&amp;quot;&amp;quot;LessThanOrEqualTo&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Field10&amp;quot;&amp;quot;:25.0,
&amp;quot;&amp;quot;Feild11&amp;quot;&amp;quot;:&amp;quot;&amp;quot;ignore&amp;quot;&amp;quot;,
&amp;quot;&amp;quot;Field12&amp;quot;&amp;quot;:&amp;quot;&amp;quot;&amp;quot;&amp;quot;
}
}&amp;quot;,
  local!appianType: a!fromJson(local!jsonString),
  a!flatten(apply(xpathsnippet(_, &amp;quot;name(*)&amp;quot;), xpathsnippet(toxml(local!appianType), &amp;quot;/*/*&amp;quot;)))
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92932?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 08:23:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8dc5577e-4a12-47ef-8976-aa9c4500475a</guid><dc:creator>sravanthik0001</dc:creator><description>&lt;p&gt;Hi Stefan,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When we do toxml(&amp;lt;OUR_DATA&amp;gt;) it comes in below format,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;lt;a:Variant xmlns:a=&amp;quot;&lt;a title="http://www.appian.com/ae/types/2009%22" href="http://www.appian.com/ae/types/2009%22" rel="noopener noreferrer" target="_blank"&gt;http://www.appian.com/ae/types/2009&amp;quot;&lt;/a&gt;&amp;nbsp;xmlns:xsd=&amp;quot;&lt;a title="http://www.w3.org/2001/xmlschema%22" href="http://www.w3.org/2001/XMLSchema%22" rel="noopener noreferrer" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&amp;quot;&lt;/a&gt;&amp;nbsp;xmlns:xsi=&amp;quot;&lt;a title="http://www.w3.org/2001/xmlschema-instance%22" href="http://www.w3.org/2001/XMLSchema-instance%22" rel="noopener noreferrer" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;/a&gt;&amp;nbsp;xsi:type=&amp;quot;xsd:string&amp;quot;&amp;gt;&lt;/span&gt;&lt;span&gt;{&amp;quot;Field1&amp;quot;:&amp;quot;Test&amp;quot;,&amp;quot;Field2&amp;quot;:&amp;quot;value is &amp;quot;not editable&amp;quot; test it.&amp;quot;,&amp;quot;Field3&amp;quot;:&amp;quot;314146282515&amp;quot;,&amp;quot;Timestamp&amp;quot;:&amp;quot;2019-06-19T11:05:23.678+0000&amp;quot;,&amp;quot;Field4&amp;quot;:&amp;quot;XYZ&amp;quot;,&amp;quot;Reason&amp;quot;:&amp;quot;XYZ&amp;quot;,&amp;quot;Time&amp;quot;:&amp;quot;2022-02-19T05:09:26.046+0000&amp;quot;,&amp;quot;Field5&amp;quot;:&amp;quot;ABC&amp;quot;,&amp;quot;Field6&amp;quot;:&amp;quot;yui&amp;quot;,&amp;quot;Value&amp;quot;:&amp;quot;OK&amp;quot;,&amp;quot;Action&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;Field7&amp;quot;:&amp;quot;[abcged]&amp;quot;,&amp;quot;Field8&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;Field9&amp;quot;:{&amp;quot;Value1&amp;quot;:&amp;quot;test&amp;quot;,&amp;quot;Value2&amp;quot;:&amp;quot;Test&amp;quot;,&amp;quot;Value3&amp;quot;:&amp;quot;Test&amp;quot;,&amp;quot;Value4&amp;quot;:&amp;quot;Test&amp;quot;,&amp;quot;Value5&amp;quot;:null,&amp;quot;Value6&amp;quot;:[{"value":"C:","name":"instance"},{"value":"ty","name":"object"},{"value":"er46","name":"test"}],&amp;quot;Field9&amp;quot;:300,&amp;quot;Periods&amp;quot;:1,&amp;quot;Operator&amp;quot;:&amp;quot;LessThanOrEqualTo&amp;quot;,&amp;quot;Field10&amp;quot;:25.0,&amp;quot;Feild11&amp;quot;:&amp;quot;ignore&amp;quot;,&amp;quot;Field12&amp;quot;:&amp;quot;&amp;quot;}}&lt;/span&gt;&lt;span&gt;&amp;lt;/a:Variant&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;And when we apply the code that you have given replacing the ri!cdt with our value it gives us {}&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92931?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 08:12:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8c60d5a0-b774-4e6e-8082-41f50279bfff</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;The snippet returns a list of the field names, just like a!keys() does. I highlighted the spot which you have to modify to refer to your data structure.&lt;/p&gt;
&lt;p&gt;apply(xpathsnippet(_, &amp;quot;name(*)&amp;quot;), xpathsnippet(toxml(&lt;strong&gt;&amp;lt;YOUR_DATA_STRUCTURE&amp;gt;&lt;/strong&gt;), &amp;quot;/*/*&amp;quot;))&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92930?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 08:09:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b72798e-35ae-43a7-a8e1-2b7ab119ecde</guid><dc:creator>sravanthik0001</dc:creator><description>&lt;p&gt;Can you&amp;nbsp; please let us know what values should be kept in place of&amp;nbsp; name(*) and what is ri!cdt?&amp;nbsp;&lt;span&gt;And should we call this code inside a rich text editor or paragraph ( as our data comes in bulk we cannot use text editor only)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92929?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 08:04:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:af5aecdc-98e0-445e-8aad-08e6fba161b5</guid><dc:creator>sravanthik0001</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi Harshit,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;We can parse the data but how can we show it in interface? We use Appian 21.1 version&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92927?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 07:56:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:faab22f3-a513-468d-8236-5bc4ad844aab</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;apply(xpathsnippet(_, &amp;quot;name(*)&amp;quot;), xpathsnippet(toxml(ri!cdt), &amp;quot;/*/*&amp;quot;)),&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92920?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 07:19:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6beef1b1-607b-4541-aa73-e5012d9132e9</guid><dc:creator>sravanthik0001</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;We use Appian version 21.1 where a!keys() is not supported. Any suggestion for our query posted above?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92915?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 06:54:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8b8ad592-a67b-45bf-a0fa-a1ffd82f96f5</guid><dc:creator>SS</dc:creator><description>&lt;p&gt;Thanks a lot!!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92913?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 06:53:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ecb2f22d-3b27-40b4-924f-c8824f7b4ff5</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;a href="https://community.appian.com/b/appmarket/posts/json-validator"&gt;community.appian.com/.../json-validator&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92907?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 06:44:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:df6867d4-d080-4aa4-b755-8f446efaa663</guid><dc:creator>SS</dc:creator><description>&lt;p&gt;Thank you!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92905?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 06:41:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0fb0dc5d-3592-46fb-9dc5-4cb95efd805e</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Not a&amp;nbsp;full proof idea tho but you can check if the string starts and ends with a&amp;nbsp; curly brace then it is a JSON else it is a text.&amp;nbsp;&lt;br /&gt;If that is a JSON, then you can use the fromJson() function to convert JSON to a dictionary.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92901?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 06:34:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6fee0dfc-7caf-4713-9086-6fe10e776dbc</guid><dc:creator>SS</dc:creator><description>&lt;p&gt;Thank you. One more question will it work for a normal text field also?&lt;br /&gt;is there any way how we can do a check whether the data is in text format or json?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a JSON text in an interface</title><link>https://community.appian.com/thread/92898?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 06:26:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b8bde95-c800-4083-b1c6-3b6f2b2b166f</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!json: {&amp;quot;Field1&amp;quot;:&amp;quot;Test&amp;quot;,&amp;quot;Field2&amp;quot;:&amp;quot;value is &amp;quot;&amp;quot;not editable&amp;quot;&amp;quot; test it.&amp;quot;,&amp;quot;Field3&amp;quot;:&amp;quot;314146282515&amp;quot;,&amp;quot;Timestamp&amp;quot;:&amp;quot;2019-06-19T11:05:23.678+0000&amp;quot;,&amp;quot;Field4&amp;quot;:&amp;quot;XYZ&amp;quot;,&amp;quot;Reason&amp;quot;:&amp;quot;XYZ&amp;quot;,&amp;quot;Time&amp;quot;:&amp;quot;2022-02-19T05:09:26.046+0000&amp;quot;,&amp;quot;Field5&amp;quot;:&amp;quot;ABC&amp;quot;,&amp;quot;Field6&amp;quot;:&amp;quot;yui&amp;quot;,&amp;quot;Value&amp;quot;:&amp;quot;OK&amp;quot;,&amp;quot;Action&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;Field7&amp;quot;:&amp;quot;[abcged]&amp;quot;,&amp;quot;Field8&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;Field9&amp;quot;:{&amp;quot;Value1&amp;quot;:&amp;quot;test&amp;quot;,&amp;quot;Value2&amp;quot;:&amp;quot;Test&amp;quot;,&amp;quot;Value3&amp;quot;:&amp;quot;Test&amp;quot;,&amp;quot;Value4&amp;quot;:&amp;quot;Test&amp;quot;,&amp;quot;Value5&amp;quot;:null,&amp;quot;Value6&amp;quot;:{{&amp;quot;value&amp;quot;:&amp;quot;C:&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;instance&amp;quot;},{&amp;quot;value&amp;quot;:&amp;quot;ty&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;object&amp;quot;},{&amp;quot;value&amp;quot;:&amp;quot;er46&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;test&amp;quot;}},&amp;quot;Field9&amp;quot;:300,&amp;quot;Periods&amp;quot;:1,&amp;quot;Operator&amp;quot;:&amp;quot;LessThanOrEqualTo&amp;quot;,&amp;quot;Field10&amp;quot;:25.0,&amp;quot;Feild11&amp;quot;:&amp;quot;ignore&amp;quot;,&amp;quot;Field12&amp;quot;:&amp;quot;&amp;quot;}},
  a!forEach(
    items: a!keys(local!json),
    expression: a!textField(
      label: fv!item,
      labelPosition: &amp;quot;JUSTIFIED&amp;quot;,
      value: local!json[fv!item],
      readOnly: true
    )
  )
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You might have to add recursion to also display nested structures.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>