$.getJSON( 'http://xxx/?callback=?', function (){} )

$.getJSON( 'http://xxx/', { callback: '?' }, function (){} )