<?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 How to use JSL to open a JSON file to enter the JSON import wizard interface? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-open-a-JSON-file-to-enter-the-JSON-import/m-p/820328#M99881</link>
    <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-12-03_19-38-10.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70805i71DFAEA03F5E9C82/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-12-03_19-38-10.png" alt="2024-12-03_19-38-10.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2024 12:00:17 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2024-12-03T12:00:17Z</dc:date>
    <item>
      <title>How to use JSL to open a JSON file to enter the JSON import wizard interface?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-open-a-JSON-file-to-enter-the-JSON-import/m-p/820328#M99881</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-12-03_19-38-10.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70805i71DFAEA03F5E9C82/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-12-03_19-38-10.png" alt="2024-12-03_19-38-10.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 12:00:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-open-a-JSON-file-to-enter-the-JSON-import/m-p/820328#M99881</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-12-03T12:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to open a JSON file to enter the JSON import wizard interface?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-open-a-JSON-file-to-enter-the-JSON-import/m-p/820349#M99884</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$sample_data\big class.jmp");
dt &amp;lt;&amp;lt; Save("$Documents\Big Class.json");

dt_json = Open("$Documents\Big Class.json", JSON Wizard);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Dec 2024 12:08:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-open-a-JSON-file-to-enter-the-JSON-import/m-p/820349#M99884</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-12-03T12:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to open a JSON file to enter the JSON import wizard interface?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-open-a-JSON-file-to-enter-the-JSON-import/m-p/820357#M99888</link>
      <description>&lt;P&gt;This isn't (to my knowledge) properly documented anywhere but you can "guess" it based on other "XXX Wizard" open options OR if you use the wizard, you get source such as&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open("$DOCUMENTS/Big Class.json", JSON Settings(Stack(0)), JSON Wizard(0));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;from here it is very easy test to change the JSON Wizard(0) to JSON Wizard(1) and run the source script again.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 14:51:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-open-a-JSON-file-to-enter-the-JSON-import/m-p/820357#M99888</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-12-03T14:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to open a JSON file to enter the JSON import wizard interface?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-open-a-JSON-file-to-enter-the-JSON-import/m-p/820506#M99913</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Thanks!I understand that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;I turned on the auto-open interface that is needed to debug JSON data of different structures on the web.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 03:34:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-open-a-JSON-file-to-enter-the-JSON-import/m-p/820506#M99913</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-12-04T03:34:15Z</dc:date>
    </item>
  </channel>
</rss>

