JSONObject and JSONParser
Hi there,
I am trying to implement a JSONObject and a JSONParser but I receive an error message stating that the library cannot be found. Here is what I am typing.
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;
Can someone guide me please. thank you.
PS: I am new at coding.
请先登录再写评论。
Please be aware that the AppCode community forum was deprecated and closed for comments on March 31, 2020.
To see further details please follow this link: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360007631480-The-AppCode-Community-Forum-Is-Deprecated
Thank you for your understanding.
JetBrains