prueba esto:
$q = mysql_query( $sql ) or die(mysql_error());
$res = json_encode(mysql_fetch_assoc($q));
echo $res;
también puede echar un vistazo a:jQuery.getJSON &jQuery.parseJSON
prueba esto:
$q = mysql_query( $sql ) or die(mysql_error());
$res = json_encode(mysql_fetch_assoc($q));
echo $res;
también puede echar un vistazo a:jQuery.getJSON &jQuery.parseJSON