<?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 Invalid Json in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/invalid-json/m-p/25848#M279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI!&lt;/P&gt;&lt;P&gt;I'm trying to load feature table from feature service:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var seviceUri = new Uri("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fservices9.arcgis.com%2FXzoULf2XO1iHwqzc%2Farcgis%2Frest%2Fservices%2Fbasivka%2FFeatureServer%2F" rel="nofollow" target="_blank"&gt;https://services9.arcgis.com/XzoULf2XO1iHwqzc/arcgis/rest/services/basivka/FeatureServer/&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;BR /&gt; var table = new ServiceFeatureTable(seviceUri);&lt;BR /&gt; await table.LoadAsync();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but every time I obtein "INVALID JSON" exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont know whot to do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Jun 2018 18:49:29 GMT</pubDate>
    <dc:creator>DmitriLukash</dc:creator>
    <dc:date>2018-06-17T18:49:29Z</dc:date>
    <item>
      <title>Invalid Json</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invalid-json/m-p/25848#M279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI!&lt;/P&gt;&lt;P&gt;I'm trying to load feature table from feature service:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var seviceUri = new Uri("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fservices9.arcgis.com%2FXzoULf2XO1iHwqzc%2Farcgis%2Frest%2Fservices%2Fbasivka%2FFeatureServer%2F" rel="nofollow" target="_blank"&gt;https://services9.arcgis.com/XzoULf2XO1iHwqzc/arcgis/rest/services/basivka/FeatureServer/&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;BR /&gt; var table = new ServiceFeatureTable(seviceUri);&lt;BR /&gt; await table.LoadAsync();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but every time I obtein "INVALID JSON" exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont know whot to do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2018 18:49:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-json/m-p/25848#M279</guid>
      <dc:creator>DmitriLukash</dc:creator>
      <dc:date>2018-06-17T18:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Json</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invalid-json/m-p/25849#M280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;You have to point the layer to the specific layer in the feature service such as `&lt;A class="link-titled" href="https://services9.arcgis.com/XzoULf2XO1iHwqzc/ArcGIS/rest/services/basivka/FeatureServer/0" title="https://services9.arcgis.com/XzoULf2XO1iHwqzc/ArcGIS/rest/services/basivka/FeatureServer/0"&gt;https://services9.arcgis.com/XzoULf2XO1iHwqzc/ArcGIS/rest/services/basivka/FeatureServer/0&lt;/A&gt;` instead of the service level. You can have multiple layers inside of one feature service so you will need to specify which of them you are using with a Feature Layer object in Runtime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 11:43:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-json/m-p/25849#M280</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2018-06-18T11:43:05Z</dc:date>
    </item>
  </channel>
</rss>

