If I want to see my 5 most recent answers in HTML, I can do so by visiting:
http://meta.stackoverflow.com/api/useranswers.html?userid=130154&page=1&pagesize=5&sort=newest
If I want to see my five most recent answers in JSON, I would likely visit:
http://meta.stackoverflow.com/api/useranswers.json?userid=130154&page=1&pagesize=5&sort=newest
Unfortunately, the JSON option doesn't respect the &sort value. Instead it shows the first five answers, rather than the last 5.