<div>I need to read in a .json file and write out a file with some of the information from this file.  I can&#39;t figure out how to read the .json file in.  I know there is a module for this, but I don&#39;t understand how it works.</div>

<div> </div>
<div>The file I am needing to read is like below (except much much larger)</div>
<div>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">{</span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">   &quot;table&quot;:&quot;contacts&quot;,</span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">   &quot;records&quot;:[</span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">      {</span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">         &quot;name&quot;:&quot;John&quot;,</span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">         &quot;phone&quot;:&quot;</span><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-bidi-font-size: 11.0pt">555-555-4444</span><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">&quot;</span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">      },</span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">      {</span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">         &quot;name&quot;:&quot;Jane&quot;,</span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">         &quot;phone&quot;:&quot;</span><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-bidi-font-size: 11.0pt">555-555-3333</span><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">&quot;</span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">      },</span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">   ]</span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">}</span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;"></span> </p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">I have no clue how to do this.  I was thinking something like;</span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">import json</span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">json.dumps([name,phone], seperators(&quot;:&quot;))</span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;"></span> </p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;"></span> </p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">Would something like this even remotely stand a chance of working?  If not can someone explain the json module to me in a way that is easy to understand?  All my past experience has been in reading ism files in a different language - I&#39;ve never read a java file before and haven&#39;t done much python coding either.  </span><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;"></span> </p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">If this statement would work, then how do I get it to give me the data for one record at a time so I can then move it to another file?</span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;"></span> </p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"><span style="FONT-SIZE: 10pt; FONT-FAMILY: &#39;Arial&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;">I would really appreciate any help I could get with this.</span></p>
</div>