当前位置: 代码迷 >> JavaScript >> json 懂得
  详细解决方案

json 懂得

热度:448   发布时间:2012-10-16 09:57:37.0
json 了解
json简介
http://www.iteye.com/topic/78243
json其它学习网站
官方网站:
http://www.json.org/
IBM工作室:
http://www.ibm.com/developerworks/cn/web/wa-lo-json/
WIKI百科:
http://en.wikipedia.org/wiki/JSON
YAHOO专区:
http://developer.yahoo.com/common/json.html

Jackson 使用简介
http://hypgr.iteye.com/blog/907522

 commons-httpclient-3.1.jar 
  commons-lang-2.4.jar 
  commons-logging-1.1.1.jar 
  json-lib-2.2.3-jdk13.jar 
  ezmorph-1.0.6.jar 
  commons-collections-3.2.1.jar

  以上包可以从


   http://commons.apache.org/index.html 
  http://json-lib.sourceforge.net/ 
  http://ezmorph.sourceforge.net/ 
  http://morph.sourceforge.net/ 
  http://www.docjar.com/

  中下载到。

  出现java.lang.NoClassDefFoundError: net/sf/ezmorph/Morpher错误是因为没有导入ezmorph.jar文件或版本不对。

  出现java.lang.NoClassDefFoundError: org/apache/commons/collections/map/ListOrderedMap错误是因为没有导入commons-collections.jar文件或版本不对。
  相关解决方案