<?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: &amp;quot;json is undefined&amp;quot; in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274298#M25302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The first thing I would do is your JavaScript code* through either &lt;/SPAN&gt;&lt;A href="http://www.jslint.com"&gt;JSLint&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://www.jshint.com/"&gt;JSHint&lt;/A&gt;&lt;SPAN&gt; to check for errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* If you are not writing JavaScirpt, but it is instead being generated by Kurogo, then run the generated JavaScript code through JSLint or JSHint.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2012 15:44:18 GMT</pubDate>
    <dc:creator>JeffJacobson</dc:creator>
    <dc:date>2012-08-27T15:44:18Z</dc:date>
    <item>
      <title>&amp;quot;json is undefined&amp;quot;</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274284#M25288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm a long-time programmer, but new to using the ArcGIS API.&amp;nbsp; We are attempting to implement a website based on the Kurogo framework, an open source webapp framework that includes a mapping module which interfaces with ArcGIS map services.&amp;nbsp; Very cool.&amp;nbsp; They provide a demo which uses a nice map of Boston, and the demo runs on our server just fine.&amp;nbsp; When we attempt to re-configure it to use a locally-created map, though, it blows up in the ArcGIS JSAPI code, with "TypeError: json is undefined".&amp;nbsp; The stack trace from FireBug (below) is not very helpful, considering that lines 14 and 48 of the JSAPI v=2.4compact code are each a huge mass of unreadably compressed JS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Obviously, I'll be posting a question on the Kurogo forum shortly as well, but I was wondering whether anyone here has useful guidance on how one is supposed to debug such problems buried deep in the JSAPI code?&amp;nbsp; Or - hoping for a miracle - perhaps a suggestion about exactly what is wrong in this particular case.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stack trace:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TypeError: json is undefined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.4compact (line 48)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.4compact (line 14)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.4compact (line 48)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.4compact (line 14)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.4compact (line 48)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.4compact (line 14)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_144()?v=2.4compact (line 14)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_142()?v=2.4compact (line 14)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.4compact (line 14)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_144()?v=2.4compact (line 14)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_142()?v=2.4compact (line 14)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.4compact (line 14)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.4compact (line 48)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.4compact (line 14)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;()?v=2.4compact (line 14)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 16:54:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274284#M25288</guid>
      <dc:creator>KevinPerry1</dc:creator>
      <dc:date>2012-08-21T16:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274285#M25289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Look for references to a variable named "json" in your code, or possibly the Kurogo code. That should point you in the right direction for the source of this error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 17:19:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274285#M25289</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-08-21T17:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274286#M25290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nope, there are no variables named "json" in any of the application code, as far as I can tell.&amp;nbsp; And as I mentioned, the error seems to be coming from code within the ArcGIS JSAPI code, not the application code - unless FireBug is lying to me.&amp;nbsp; One guess would be that it's happening in the load callback of a dojo.xhrGet() call, where it's attempting to convert the (JSON) result of a GET into a JS object.&amp;nbsp; This would presumably be a dojo.xhrGet call made by something in the ArcGIS code. The Kurogo code is just a thin layer on top of the ArcGIS JSAPI.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I don't know how to figure out what, exactly, it is trying to do, that's failing.&amp;nbsp; I don't see any obviously bad requests when looking at a "LIve HTTP Headers" log, so maybe it's not xhrGet after all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still stumped.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 19:06:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274286#M25290</guid>
      <dc:creator>KevinPerry1</dc:creator>
      <dc:date>2012-08-21T19:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274287#M25291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;the demo runs on our server just fine.&amp;nbsp; When we attempt to re-configure it to use a locally-created map, though, it blows up in the ArcGIS JSAPI code, with "TypeError: json is undefined".&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you strip the example right back so it's just a simple map with a single basemap, and see if that works? Then progressively add features until it breaks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you able to share your site's URL?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 23:59:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274287#M25291</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2012-08-21T23:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274288#M25292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;v2.4 shipped with uncompressed version of dojo.xd.js.uncompressed.js so you could try serving that, then if the cause is in there it will at least be readable.&amp;nbsp; If it's in the ESRI stuff then you could pretty-print the JS on download and attach breakpoints (manually, if it's not automatically breaking)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some versions of the JSAPI shipped with uncompressed versions of (nearly?) every file so that makes debugging, much easier, &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/64112-v3.1-Uncompressed-Files"&gt;looks like v3.0 might have been the last though&lt;/A&gt;&lt;SPAN&gt; - any chance you can upgrade?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, is there anything in your network trace?&amp;nbsp; e.g. HTTP status 500 responses from the server or malformed JSON etc.&amp;nbsp; (I can see you've been looking at the ""LIve HTTP Headers" - don't know if you mean client or server side?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you got all proxy paths etc. configured correctly?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 12:12:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274288#M25292</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-08-22T12:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274289#M25293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;v2.4 shipped with uncompressed version of dojo.xd.js.uncompressed.js so you could try serving that, then if the cause is in there it will at least be readable.&amp;nbsp; If it's in the ESRI stuff then you could pretty-print the JS on download and attach breakpoints (manually, if it's not automatically breaking)&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is not true, 3.0 is the only version of the API where uncompress files were (mistakenly) included with the API download.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 14:08:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274289#M25293</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-08-22T14:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274290#M25294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can you strip the example right back so it's just a simple map with a single basemap, and see if that works? Then progressively add features until it breaks.&lt;BR /&gt;&lt;BR /&gt;Are you able to share your site's URL?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doing one or both of these will be the simplest way for us to help you find a fix.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 14:09:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274290#M25294</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-08-22T14:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274291#M25295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is not true, 3.0 is the only version of the API where uncompress files were (mistakenly) included with the API download.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What's not true, Derek?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This?&amp;nbsp; "v2.4 shipped with uncompressed version of dojo.xd.js.uncompressed.js"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]17152[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Oh I see, the bit about some versions shipping with nearly every file uncompressed - yep, probably just v3.0 (I was a bit over zealous/hopeful there), but it was a very helpful 'mistake' someone made &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Either way the dojo file is uncompressed and might help this chap find his issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 14:18:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274291#M25295</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-08-22T14:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274292#M25296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Either way the dojo file is uncompressed and might help this chap find his issue.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My opinion is that the best approach to getting to the bottom of this error is to post a simple page that can reproduce the error. That way we'll quickly be able to find out if the error being described is in his code or in the JS API. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's more trouble than it's worth to configure your local environment to use uncompressed Dojo files, IMO.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 14:28:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274292#M25296</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-08-22T14:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274293#M25297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My opinion is that the best approach to getting to the bottom of this error is to post a simple page that can reproduce the error. That way we'll quickly be able to find out if the error being described is in his code or in the JS API. &lt;BR /&gt;&lt;BR /&gt;It's more trouble than it's worth to configure your local environment to use uncompressed Dojo files, IMO.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I agree that is one approach, depends how easy/quick it is for the OP to snap off just the bit that's causing issues, always worth having other approaches.&amp;nbsp; To return that one dojo uncompressed file (for many people) means changing one line in the handler that returns it, IMO that's not a hardship.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not everyone is aware of all the options.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 14:33:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274293#M25297</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-08-22T14:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274294#M25298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I agree that is one approach, depends how easy/quick it is for the OP to snap off just the bit that's causing issues, always worth having other approaches.&amp;nbsp; To return that one dojo uncompressed file (for many people) means changing one line in the handler that returns it, IMO that's not a hardship.&lt;BR /&gt;&lt;BR /&gt;Not everyone is aware of all the options.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason I recommended an alternative approach is that in ~4 years of developing with the API, I cannot recall a single instance of solving a problem by using uncompressed vs. compressed Dojo source files. Is that how you're set up locally? To me, suggesting this approach seems like a rabbit hole that could easily be avoided by following the normal web dev approach of eliminating complexity to create a simple repro case, sharing that with the community and asking for help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 14:41:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274294#M25298</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-08-22T14:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274295#M25299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The reason I recommended an alternative approach is that in ~4 years of developing with the API, I cannot recall a single instance of solving a problem by using uncompressed vs. compressed Dojo source files. Is that how you're set up locally? To me, suggesting this approach seems like a rabbit hole that could easily be avoided by following the normal web dev approach of eliminating complexity to create a simple repro case, sharing that with the community and asking for help.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;My setup and how I adjust it are based on the scenario I find myself in day to day, horses for courses, being adaptable and having the tools/knowledge to solve problems in the most appropriate way for the situation at hand, I find is a plus.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think this conversation is muddying this thread, feel free to PM me if you like...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 14:50:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274295#M25299</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-08-22T14:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274296#M25300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;I think this conversation is muddying this thread&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Agreed. Apologies to OP for highjacking the thread. Still hoping to see a simple repro case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 20:30:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274296#M25300</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-08-22T20:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274297#M25301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We are attempting to implement a website based on the Kurogo framework, an open source webapp framework that includes a mapping module which interfaces with ArcGIS map services.&amp;nbsp; Very cool.&amp;nbsp; They provide a demo which uses a nice map of Boston&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you point us to the original demo, too? I can't find it online.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 22:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274297#M25301</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2012-08-23T22:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274298#M25302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The first thing I would do is your JavaScript code* through either &lt;/SPAN&gt;&lt;A href="http://www.jslint.com"&gt;JSLint&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://www.jshint.com/"&gt;JSHint&lt;/A&gt;&lt;SPAN&gt; to check for errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* If you are not writing JavaScirpt, but it is instead being generated by Kurogo, then run the generated JavaScript code through JSLint or JSHint.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 15:44:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274298#M25302</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2012-08-27T15:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274299#M25303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I got a similar error - if I don't add a certain graphics layer to the map, then the print action works ok&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 11:55:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274299#M25303</guid>
      <dc:creator>HugoAhlenius</dc:creator>
      <dc:date>2012-09-25T11:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: "json is undefined"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274300#M25304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a similar error using the 2.7 and 2.8 APIs; the error occurs when adding an image layer to the map.&amp;nbsp; However, while using Firebug, the call to connect to the image layer returns JSON from the server, and it looks correct. Can't figure out what's causing the error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 14:37:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/amp-quot-json-is-undefined-amp-quot/m-p/274300#M25304</guid>
      <dc:creator>TyroneLigon</dc:creator>
      <dc:date>2012-10-03T14:37:23Z</dc:date>
    </item>
  </channel>
</rss>

