<?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: Parsing JSON data in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Parsing-JSON-data/m-p/5218#M5217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never mind - took care of it in Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may work on an R implementation just for ease of passing values between JMP and the parser if the interface with Python proves to be too cumbersome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2012 01:31:07 GMT</pubDate>
    <dc:creator>afterword</dc:creator>
    <dc:date>2012-07-10T01:31:07Z</dc:date>
    <item>
      <title>Parsing JSON data</title>
      <link>https://community.jmp.com/t5/Discussions/Parsing-JSON-data/m-p/5217#M5216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know of an existing script or code snippets to get me started on parsing JSON data?&amp;nbsp; I'm particularly interested in how to handle the process of reading each key:value hash and writing it to the JMP data table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a sample with a group ID number, followed by the timestamp:reading hashes.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-weight: normal; text-align: -webkit-auto; text-indent: 0px;"&gt;{ "1":[[1341118805, 0.654], [1341205195, 0.654]] , "10037506":[[1341118820.000, 0.900], [1341118880.000, 0.000],&lt;SPAN class="Apple-converted-space"&gt; ... }&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-weight: normal; text-align: -webkit-auto; text-indent: 0px;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-weight: normal; text-align: -webkit-auto; text-indent: 0px;"&gt;&lt;SPAN class="Apple-converted-space"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 14:33:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Parsing-JSON-data/m-p/5217#M5216</guid>
      <dc:creator>afterword</dc:creator>
      <dc:date>2012-07-09T14:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON data</title>
      <link>https://community.jmp.com/t5/Discussions/Parsing-JSON-data/m-p/5218#M5217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never mind - took care of it in Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may work on an R implementation just for ease of passing values between JMP and the parser if the interface with Python proves to be too cumbersome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 01:31:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Parsing-JSON-data/m-p/5218#M5217</guid>
      <dc:creator>afterword</dc:creator>
      <dc:date>2012-07-10T01:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON data</title>
      <link>https://community.jmp.com/t5/Discussions/Parsing-JSON-data/m-p/5219#M5218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The JSON format looks like a list of lists.&amp;nbsp; You could use the JSL WORDS function for parsing, and an associative array for storage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 12:18:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Parsing-JSON-data/m-p/5219#M5218</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2012-07-10T12:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON data</title>
      <link>https://community.jmp.com/t5/Discussions/Parsing-JSON-data/m-p/5220#M5219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good eye!&amp;nbsp; I'll see if there's a simple way of unpacking it in JSL.&amp;nbsp; I wanted to avoid reinventing the wheel, but it might be a fun test of my JSL skills, and I'm sure there are others out there who need to parse JSON data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the suggestion! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 13:41:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Parsing-JSON-data/m-p/5220#M5219</guid>
      <dc:creator>afterword</dc:creator>
      <dc:date>2012-07-10T13:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing JSON data</title>
      <link>https://community.jmp.com/t5/Discussions/Parsing-JSON-data/m-p/5221#M5220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also had a need for getting JSON data into JMP and wrote some parsing functions, which I just uploaded to the File Exchange at &lt;A href="https://community.jmp.com/docs/DOC-7057" target="_blank"&gt;JSON Parsing Functions&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Trying for the record for oldest question answered.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 13:09:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Parsing-JSON-data/m-p/5221#M5220</guid>
      <dc:creator>XanGregg</dc:creator>
      <dc:date>2016-10-28T13:09:47Z</dc:date>
    </item>
  </channel>
</rss>

