Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

怎么返回json格式的数据 #19

Open
salomon1184 opened this issue May 26, 2014 · 2 comments
Open

怎么返回json格式的数据 #19

salomon1184 opened this issue May 26, 2014 · 2 comments

Comments

@salomon1184
Copy link

想用paoding-rose做app的rest 接口,请问怎么返回json格式的数据啊

@can-can
Copy link

can-can commented Jun 21, 2014

Controller中方法的返回值写成JSONObject。或者直接用String返回json字符串,如

return "@{\"a\":\"b\"}";
return "@" + JSONObject.toJSONString

@bsqql123
Copy link

bsqql123 commented Aug 17, 2017

如果rose直接封装一个注解,类似于spring 的@ResposeBody就好了 , @Qieqie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants