<?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 Access of undefined property JSON in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/access-of-undefined-property-json/m-p/751235#M16589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In updating a project that compiled in FB 4.5 to 4.6, received such an error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Description Resource Path Location Type 1120: Access of undefined property JSON&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I referred to the thread at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/52264-upgraded-to-Flex-Viewer-2.5-Flex-4.6-SDK-and-have-JSON-compile-errors" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/52264-upgraded-to-Flex-Viewer-2.5-Flex-4.6-SDK-and-have-JSON-compile-errors&lt;/A&gt;&lt;SPAN&gt;, and updated the library:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; import com.esri.ags.utils.JSON;&amp;nbsp; //com.esri.serialization.json.JSON; V4.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But still get the error for this piece of code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; var dobj:Object = JSON.encode(ac);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please provide your advice if you know how to fix it.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2012 19:49:07 GMT</pubDate>
    <dc:creator>ShaningYu</dc:creator>
    <dc:date>2012-07-16T19:49:07Z</dc:date>
    <item>
      <title>Access of undefined property JSON</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/access-of-undefined-property-json/m-p/751235#M16589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In updating a project that compiled in FB 4.5 to 4.6, received such an error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Description Resource Path Location Type 1120: Access of undefined property JSON&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I referred to the thread at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/52264-upgraded-to-Flex-Viewer-2.5-Flex-4.6-SDK-and-have-JSON-compile-errors" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/52264-upgraded-to-Flex-Viewer-2.5-Flex-4.6-SDK-and-have-JSON-compile-errors&lt;/A&gt;&lt;SPAN&gt;, and updated the library:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; import com.esri.ags.utils.JSON;&amp;nbsp; //com.esri.serialization.json.JSON; V4.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But still get the error for this piece of code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; var dobj:Object = JSON.encode(ac);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please provide your advice if you know how to fix it.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 19:49:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/access-of-undefined-property-json/m-p/751235#M16589</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2012-07-16T19:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Access of undefined property JSON</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/access-of-undefined-property-json/m-p/751236#M16590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shanning,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Because both adobe and esri has a library with the same function you have to fully qualify the calls:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var dobj:Object = com.esri.ags.utils.JSON.encode(ac);&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 20:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/access-of-undefined-property-json/m-p/751236#M16590</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-07-16T20:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Access of undefined property JSON - solved</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/access-of-undefined-property-json/m-p/751237#M16591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&amp;nbsp; Prob. solved.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 10:24:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/access-of-undefined-property-json/m-p/751237#M16591</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2012-07-17T10:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Access of undefined property JSON</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/access-of-undefined-property-json/m-p/751238#M16592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Robert!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Shanning,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Because both adobe and esri has a library with the same function you have to fully qualify the calls:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;var dobj:Object = &lt;SPAN style="color:#ff0000;"&gt;&lt;STRONG&gt;com.esri.ags.utils.&lt;/STRONG&gt;&lt;/SPAN&gt;JSON.encode(ac);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 17:09:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/access-of-undefined-property-json/m-p/751238#M16592</guid>
      <dc:creator>ChristinaGnadinger</dc:creator>
      <dc:date>2012-10-24T17:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Access of undefined property JSON</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/access-of-undefined-property-json/m-p/751239#M16593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Any update for this for FlexViewer 3.6?&amp;nbsp; I leap-frogged a couple of versions and tried what was suggested above but still can't get the Viewer to compile ... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Bob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 19:51:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/access-of-undefined-property-json/m-p/751239#M16593</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-12-20T19:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Access of undefined property JSON</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/access-of-undefined-property-json/m-p/751240#M16594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bob,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; If you grab the Viewer source from github and then just follow all the direction in this link to get started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Getting_started_for_developers/01m30000001q000000/"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Getting_started_for_developers/01m30000001q000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 21:56:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/access-of-undefined-property-json/m-p/751240#M16594</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-12-20T21:56:45Z</dc:date>
    </item>
  </channel>
</rss>

