JSONObject object = JSONObject.fromObject(result)函数报错问题

转载自https://blog.csdn.net/JustinQin/article/details/78799287

需要在pom.xml添加net.sf.json.JSONObject依赖代码

		
			commons-beanutils
			commons-beanutils
			1.9.3
		
		
			commons-collections
			commons-collections
			3.2.1
		
		
			commons-lang
			commons-lang
			2.6
		
		
			commons-logging
			commons-logging
			1.1.1
		
		
			net.sf.ezmorph
			ezmorph
			1.0.6
		
		
			net.sf.json-lib
			json-lib
			2.2.3
			jdk15
		
		

 

你可能感兴趣的:(Java)