<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can arrange JSON into a table using JSL? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-arrange-JSON-into-a-table-using-JSL/m-p/228595#M45345</link>
    <description>&lt;P&gt;Thank Ryan_Gilmore!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-10-09_20-28.png" style="width: 978px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/19591iDF936A57F1C78AA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-10-09_20-28.png" alt="2019-10-09_20-28.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2019 12:30:55 GMT</pubDate>
    <dc:creator>lwx228</dc:creator>
    <dc:date>2019-10-09T12:30:55Z</dc:date>
    <item>
      <title>How can arrange JSON into a table using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-arrange-JSON-into-a-table-using-JSL/m-p/228573#M45342</link>
      <description>&lt;P&gt;See the JMP's ability to quickly download JSON data from the WEB and organize it into a table form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Discovery-Summit-2018/Importing-Web-Service-Data-The-New-HTTP-Request-in-JMP-nbsp-14/ta-p/73717" target="_self"&gt;https://community.jmp.com/t5/Discovery-Summit-2018/Importing-Web-Service-Data-The-New-HTTP-Request-in-JMP-nbsp-14/ta-p/73717&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="transSent"&gt;But I failed to master the method.&lt;/SPAN&gt;&lt;SPAN class="transSent"&gt;Just learn to download this JSON file using JSL.&lt;/SPAN&gt;&lt;SPAN class="transSent"&gt;Ask an expert how to organize data into tables&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 10:36:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-arrange-JSON-into-a-table-using-JSL/m-p/228573#M45342</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2019-10-09T10:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can arrange JSON into a table using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-arrange-JSON-into-a-table-using-JSL/m-p/228593#M45344</link>
      <description>&lt;P&gt;Here's one method of creating a data table from a text file that contains JSON,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;data = Load Text File( "json1.txt", JSON );
dt = JSON To Data Table( As JSON Expr( data ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 12:10:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-arrange-JSON-into-a-table-using-JSL/m-p/228593#M45344</guid>
      <dc:creator>Ryan_Gilmore</dc:creator>
      <dc:date>2019-10-09T12:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can arrange JSON into a table using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-arrange-JSON-into-a-table-using-JSL/m-p/228595#M45345</link>
      <description>&lt;P&gt;Thank Ryan_Gilmore!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-10-09_20-28.png" style="width: 978px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/19591iDF936A57F1C78AA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-10-09_20-28.png" alt="2019-10-09_20-28.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 12:30:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-arrange-JSON-into-a-table-using-JSL/m-p/228595#M45345</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2019-10-09T12:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can arrange JSON into a table using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-arrange-JSON-into-a-table-using-JSL/m-p/228597#M45346</link>
      <description>&lt;P&gt;&lt;SPAN class="transSent"&gt;Instead, I simply used the JSL code that downloaded the web data using JMP and added a later line of converted code.&lt;/SPAN&gt;&lt;SPAN class="transSent"&gt;Please continue to guide me, thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="transSent"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-10-09_20-36.png" style="width: 561px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/19592i26698E86F9C4CEFB/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-10-09_20-36.png" alt="2019-10-09_20-36.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 12:41:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-arrange-JSON-into-a-table-using-JSL/m-p/228597#M45346</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2019-10-09T12:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can arrange JSON into a table using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-arrange-JSON-into-a-table-using-JSL/m-p/228598#M45347</link>
      <description>&lt;P&gt;I wrote it this way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;url = "http://……";
request = New HTTP Request(
	URL(url),
	Method("GET")
);
data = request &amp;lt;&amp;lt; Send;Wait(0);
dt = JSON To Data Table( As JSON Expr( data ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 Oct 2019 12:42:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-arrange-JSON-into-a-table-using-JSL/m-p/228598#M45347</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2019-10-09T12:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can arrange JSON into a table using JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-arrange-JSON-into-a-table-using-JSL/m-p/228600#M45349</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = JOpen( url, JSON );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;I SEE.Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 23:45:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-arrange-JSON-into-a-table-using-JSL/m-p/228600#M45349</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2019-10-10T23:45:24Z</dc:date>
    </item>
  </channel>
</rss>

