<?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 Parsing CURL output [which is in JSON of course] in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Parsing-CURL-output-which-is-in-JSON-of-course/m-p/144663#M4643</link>
    <description>&lt;P&gt;Use a JSON parser, I found the answer! stupid me.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:37:22 GMT</pubDate>
    <dc:creator>Mark L.45</dc:creator>
    <dc:date>2019-05-29T09:37:22Z</dc:date>
    <item>
      <title>Parsing CURL output [which is in JSON of course]</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Parsing-CURL-output-which-is-in-JSON-of-course/m-p/144663#M4643</link>
      <description>&lt;P&gt;Use a JSON parser, I found the answer! stupid me.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:37:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Parsing-CURL-output-which-is-in-JSON-of-course/m-p/144663#M4643</guid>
      <dc:creator>Mark L.45</dc:creator>
      <dc:date>2019-05-29T09:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing CURL output [which is in JSON of course]</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Parsing-CURL-output-which-is-in-JSON-of-course/m-p/144664#M4644</link>
      <description>&lt;P&gt;Here is a more complete&amp;nbsp;answer, in perl of course since I am a pathological extended rubbish&amp;nbsp;lister fan.&lt;/P&gt;
&lt;P&gt;#!/usr/bin/perl&lt;/P&gt;
&lt;P&gt;# from file content&lt;/P&gt;
&lt;P&gt;use JSON;&lt;/P&gt;
&lt;P&gt;use Data::Dumper;&lt;/P&gt;
&lt;P&gt;open( my $fh, '&amp;lt;', 'json.data' );&lt;/P&gt;
&lt;P&gt;$json_text &amp;nbsp; = &amp;lt;$fh&amp;gt;;&lt;/P&gt;
&lt;P&gt;$perl_scalar = decode_json( $json_text );&lt;/P&gt;
&lt;P&gt;print Dumper $perl_scalar;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 21:26:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Parsing-CURL-output-which-is-in-JSON-of-course/m-p/144664#M4644</guid>
      <dc:creator>Mark L.45</dc:creator>
      <dc:date>2015-12-16T21:26:44Z</dc:date>
    </item>
  </channel>
</rss>

