<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comentarios en: MySQL to JSON</title>
	<atom:link href="http://tednologia.com/mysql-to-json/feed/" rel="self" type="application/rss+xml" />
	<link>http://tednologia.com/mysql-to-json/</link>
	<description>Otro sitio realizado con WordPress</description>
	<lastBuildDate>Mon, 09 Jan 2012 17:09:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Por: dhamaso</title>
		<link>http://tednologia.com/mysql-to-json/#comment-92</link>
		<dc:creator>dhamaso</dc:creator>
		<pubDate>Wed, 26 Jan 2011 16:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://craftyman.net/?p=284#comment-92</guid>
		<description>genial!!! me gusto el tutorial aun que actualmente existe json_encode y json_decode esta es una manera ingeniosa de realizar un json directamente desde la db</description>
		<content:encoded><![CDATA[<p>genial!!! me gusto el tutorial aun que actualmente existe json_encode y json_decode esta es una manera ingeniosa de realizar un json directamente desde la db</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Gustavo</title>
		<link>http://tednologia.com/mysql-to-json/#comment-91</link>
		<dc:creator>Gustavo</dc:creator>
		<pubDate>Sun, 13 Dec 2009 11:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://craftyman.net/?p=284#comment-91</guid>
		<description>No falta una coma? 
   1. SELECT  
   2.     CONCAT( &quot;[&quot;,  
   3.         GROUP_CONCAT(  
   4.             CONCAT(&quot;{name:&#039;&quot;,`name`,&quot;&#039;&quot;),  
   5.             CONCAT(&quot;,email:&#039;&quot;,`email`,&quot;&#039;},&quot;)  **
   6.         )  
   7.     ,&quot;]&quot;)  
   8. AS json FROM users;</description>
		<content:encoded><![CDATA[<p>No falta una coma?<br />
   1. SELECT<br />
   2.     CONCAT( &#8220;[",<br />
   3.         GROUP_CONCAT(<br />
   4.             CONCAT("{name:'",`name`,"'"),<br />
   5.             CONCAT(",email:'",`email`,"'},")  **<br />
   6.         )<br />
   7.     ,"]&#8220;)<br />
   8. AS json FROM users;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: links for 2009-08-10 &#171; Talkabout</title>
		<link>http://tednologia.com/mysql-to-json/#comment-90</link>
		<dc:creator>links for 2009-08-10 &#171; Talkabout</dc:creator>
		<pubDate>Tue, 11 Aug 2009 03:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://craftyman.net/?p=284#comment-90</guid>
		<description>[...] How to get MySQL to generate JSON &#124; http://tednologia.com/mysql-to-json/ &lt;blockquote&gt; &lt;pre&gt; SELECT CONCAT( &quot;[&quot;, GROUP_CONCAT( CONCAT(&quot;{name:&#039;&quot;,`name`,&quot;&#039;&quot;), CONCAT(&quot;,email:&#039;&quot;,`email`,&quot;&#039;}&quot;) ) ,&quot;]&quot;) AS json FROM users; [...] </description>
		<content:encoded><![CDATA[<p>[...] How to get MySQL to generate JSON | <a href="http://tednologia.com/mysql-to-json/" rel="nofollow">http://tednologia.com/mysql-to-json/</a> &lt;blockquote&gt; &lt;pre&gt; SELECT CONCAT( &quot;[&quot;, GROUP_CONCAT( CONCAT(&quot;{name:&#39;&quot;,`name`,&quot;&#39;&quot;), CONCAT(&quot;,email:&#39;&quot;,`email`,&quot;&#39;}&quot;) ) ,&quot;]&quot;) AS json FROM users; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

