This works fine:
jQuery(\'#my_get_related_keywords\').click(function() { if (jQuery(\'#my_keyword\').val() == \'\') return false; jQuery.getJSON(
Add this to your ajax call:
contentType: "application/json; charset=utf-8", dataType: "json"