How can I alphabetize a JSON list and then use JQuery to display it in a table

How can I alphabetize a JSON list and then use JQuery to display it in a table

I have an external JSONP connection working but on the success even, I can't quite figure out how to take the data it has returned and alphabetize it and then show it in a table.  Can any one help me with this or point me in the right direction?  I'm still new to JQuery.