<?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 You'll need to use the File in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/I-couldn-t-get-local-json-file-with-jquery-getJSON-method/m-p/1080070#M61247</link>
    <description>&lt;P&gt;You'll need to use the File plugin to access the file. See the Cordova core plugins in the plugin manager on the projects tab.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2016 23:41:22 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2016-01-19T23:41:22Z</dc:date>
    <item>
      <title>I couldn't get local json file with jquery.getJSON method</title>
      <link>https://community.intel.com/t5/Software-Archive/I-couldn-t-get-local-json-file-with-jquery-getJSON-method/m-p/1080067#M61244</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;

&lt;P&gt;My json file is &lt;EM&gt;&lt;STRONG&gt;'www/js/test.json' &lt;/STRONG&gt;&lt;/EM&gt;so it is same folder with &lt;STRONG&gt;app.js&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;My codes in app.js simple get json method my code bellow;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;window.kelDb = "";

$.getJSON('test.json',function(jData){
    window.kelDb = jData;
});

var kDb = window.kelDb;
alert(kDb.simple.tree);&lt;/PRE&gt;

&lt;P&gt;How can I do access in www folder any file type ?&lt;/P&gt;

&lt;P&gt;Thank you for interest.&lt;/P&gt;

&lt;P&gt;Good works..&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jan 2016 18:43:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/I-couldn-t-get-local-json-file-with-jquery-getJSON-method/m-p/1080067#M61244</guid>
      <dc:creator>Fatih_Mert_D_</dc:creator>
      <dc:date>2016-01-09T18:43:00Z</dc:date>
    </item>
    <item>
      <title>The method that you are using</title>
      <link>https://community.intel.com/t5/Software-Archive/I-couldn-t-get-local-json-file-with-jquery-getJSON-method/m-p/1080068#M61245</link>
      <description>&lt;P&gt;The method that you are using is intended to load JSON-encoded data from a server using a GET HTTP request as stated &lt;A href="http://api.jquery.com/jQuery.getJSON/"&gt;here&lt;/A&gt;. You are not able to load local file with that method. By design, standard JavaScript is not allowed to access or operate on a file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2016 18:58:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/I-couldn-t-get-local-json-file-with-jquery-getJSON-method/m-p/1080068#M61245</guid>
      <dc:creator>Elroy_A_Intel</dc:creator>
      <dc:date>2016-01-11T18:58:00Z</dc:date>
    </item>
    <item>
      <title>How can I load local json</title>
      <link>https://community.intel.com/t5/Software-Archive/I-couldn-t-get-local-json-file-with-jquery-getJSON-method/m-p/1080069#M61246</link>
      <description>&lt;P&gt;How can I load local json file to associated javascript varriable ? Is this possible ?&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 21:54:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/I-couldn-t-get-local-json-file-with-jquery-getJSON-method/m-p/1080069#M61246</guid>
      <dc:creator>Fatih_Mert_D_</dc:creator>
      <dc:date>2016-01-18T21:54:10Z</dc:date>
    </item>
    <item>
      <title>You'll need to use the File</title>
      <link>https://community.intel.com/t5/Software-Archive/I-couldn-t-get-local-json-file-with-jquery-getJSON-method/m-p/1080070#M61247</link>
      <description>&lt;P&gt;You'll need to use the File plugin to access the file. See the Cordova core plugins in the plugin manager on the projects tab.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 23:41:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/I-couldn-t-get-local-json-file-with-jquery-getJSON-method/m-p/1080070#M61247</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-01-19T23:41:22Z</dc:date>
    </item>
  </channel>
</rss>

