APP 与html/jsp使用同样的spring注解方式得到json 有点类似webservice

求助:我想做到APP与jsp访问同样的controller得到json,然后页面加载,
但是我有点糊涂在一些spring mvc 配置中使用ModelAndView(“。。。jsp”)的形式来跳转页面,
该怎么设计才好

增加@ResponseBody 注解,返回json串