net.sf.json.JSONObject的一些坑


抛的异常:Could not write JSON: null object (through reference chain: net.sf.json.JSONObject["list"]->net.sf.json.JSONArray[1]->net.sf.json.JSONObject["prop2"])

当SpringMVC把JSOJObject对象转换为JSON时报的错,把JSONObject里的null值去掉即可,但是注意要判断的值类型和值内容

 

 

 

 

 

相关:

1.其它说明:

       1.https://blog.csdn.net/rwb0123/article/details/72847326

2.有关java.lang.IllegalStateException: getOutputStream() has already been called for this response] with root cause 的异常

       1.http://www.cnblogs.com/Orange42/p/6168803.html

       2.https://blog.csdn.net/man_to_home/article/details/54618358

       3.http://www.blogjava.net/pengpenglin/archive/2008/01/19/176532.html

       4.https://www.cnblogs.com/linjiqin/archive/2013/06/21/3148091.html

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM