<?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>Comments on: MySQL to JSON</title>
	<atom:link href="http://craftyman.net/mysql-to-json/feed/" rel="self" type="application/rss+xml" />
	<link>http://craftyman.net/mysql-to-json/</link>
	<description>Desarrollo web. Redes sociales, Herramientas Web y más</description>
	<lastBuildDate>Sun, 28 Feb 2010 05:06:36 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gustavo</title>
		<link>http://craftyman.net/mysql-to-json/comment-page-1/#comment-457</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-457</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>By: links for 2009-08-10 &#171; Talkabout</title>
		<link>http://craftyman.net/mysql-to-json/comment-page-1/#comment-221</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-221</guid>
		<description>[...] How to get MySQL to generate JSON &#124; http://craftyman.net/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://craftyman.net/mysql-to-json/" rel="nofollow">http://craftyman.net/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>
