<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : json verisini ayırma</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : json verisini ayırma]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 16:03:25 +0000</pubDate>
  <lastBuildDate>Mon, 10 Mar 2025 01:01:31 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=983</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[json verisini ayırma : Merhaba,&amp;#039;&amp;#039; FieldByName(&amp;#039;name&amp;#039;)...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=983&amp;PID=1955#1955</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=260">berkay.aydemir</a><br /><strong>Konu:</strong> 983<br /><strong>Gönderim Zamanı:</strong> 10&nbsp;Mart&nbsp;2025 Saat 01:01<br /><br />Merhaba,<br><br>'' FieldByName('name') '' bu alandan parse etmek istediğin key'i girebilirsin.<br><br><div><div><br></div><div>var</div><div>&nbsp; qry: TCLJSONQuery;&nbsp;&nbsp;</div><div>{</div><div>&nbsp; try</div><div>&nbsp; &nbsp; qry = TCLJSONQuery.Create(nil);&nbsp;&nbsp;</div><div>&nbsp; &nbsp; qry = Clomosy.ClDataSetFromJSON('&#091;{ "name": "Ali", "age": 25, "email": "ali@example.com", "isStudent": false, "skills": &#091;"C#", "ASP.NET", "MongoDB"&#093;, "address": { "city": "İstanbul", "country": "Türkiye" } }&#093;');&nbsp;&nbsp;</div><div>&nbsp; &nbsp; with qry do</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; if (Found)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; First;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; while (not EOF)&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ShowMessage(FieldByName('name').AsString);&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Next;&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div>&nbsp; except</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; ShowMessage('Exception Class: '+LastExceptionClassName+' Exception Message: '+LastExceptionMessage);</div><div>&nbsp; }</div><div>}</div></div><div><br></div>]]>
   </description>
   <pubDate>Mon, 10 Mar 2025 01:01:31 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=983&amp;PID=1955#1955</guid>
  </item> 
  <item>
   <title><![CDATA[json verisini ayırma : {   &amp;#034;name&amp;#034;: &amp;#034;Ali&amp;#034;, ...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=983&amp;PID=1953#1953</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=255">rxSfd</a><br /><strong>Konu:</strong> 983<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Mart&nbsp;2025 Saat 15:11<br /><br /><span ="hljs-punctuati&#111;n">{</span>  <span ="hljs-attr">"name"</span><span ="hljs-punctuati&#111;n">:</span> <span ="hljs-">"Ali"</span><span ="hljs-punctuati&#111;n">,</span>  <span ="hljs-attr">"age"</span><span ="hljs-punctuati&#111;n">:</span> <span ="hljs-number">25</span><span ="hljs-punctuati&#111;n">,</span>  <span ="hljs-attr">"email"</span><span ="hljs-punctuati&#111;n">:</span> <span ="hljs-">"ali@example.com"</span><span ="hljs-punctuati&#111;n">,</span>  <span ="hljs-attr">"isStudent"</span><span ="hljs-punctuati&#111;n">:</span> <span ="hljs-literal">false</span><span ="hljs-punctuati&#111;n">,</span>  <span ="hljs-attr">"skills"</span><span ="hljs-punctuati&#111;n">:</span> <span ="hljs-punctuati&#111;n">&#091;</span><span ="hljs-">"C#"</span><span ="hljs-punctuati&#111;n">,</span> <span ="hljs-">"ASP.NET"</span><span ="hljs-punctuati&#111;n">,</span> <span ="hljs-">"MongoDB"</span><span ="hljs-punctuati&#111;n">&#093;</span><span ="hljs-punctuati&#111;n">,</span>  <span ="hljs-attr">"address"</span><span ="hljs-punctuati&#111;n">:</span> <span ="hljs-punctuati&#111;n">{</span>    <span ="hljs-attr">"city"</span><span ="hljs-punctuati&#111;n">:</span> <span ="hljs-">"İstanbul"</span><span ="hljs-punctuati&#111;n">,</span>    <span ="hljs-attr">"country"</span><span ="hljs-punctuati&#111;n">:</span> <span ="hljs-">"Türkiye"</span>  <span ="hljs-punctuati&#111;n">}</span><span ="hljs-punctuati&#111;n">}<br><br>ornek bir json verisini nasıl parse edebilirim trobject kullanarak?<br>sadece istedigim bir key nasıl cekilir?&nbsp;</span>]]>
   </description>
   <pubDate>Fri, 07 Mar 2025 15:11:12 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=983&amp;PID=1953#1953</guid>
  </item> 
 </channel>
</rss>