Forum Discussion
nmrao
5 years agoCommunity Hero
You can use groovy.json.JsonSluper class. No additional library is needed.
eissaeva
5 years agoContributor
I am already using it as you can see from the code sample I sent but still getting the error
These are my imports
import groovy.json.JsonSlurper;
import org.json.JSONObject;