org.json.simple cannot be resolved

后端 未结 5 779
别跟我提以往
别跟我提以往 2020-12-10 05:00

I\'m a total java newbie and I have this problem. I try to decode Json and in order to do that I want to import these packages:

import org.json.simple.JSONAr         


        
5条回答
  •  悲&欢浪女
    2020-12-10 05:29

    The jar file is missing. You can download the jar file and add it as external libraries in your project . You can download this from

    http://www.findjar.com/jar/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar.html

提交回复
热议问题