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
Try importing this in build.gradle dependencies
compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1'