Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. import org.json.simple.JSONArray;
  2. import org.json.simple.JSONObject;
  3. import org.json.simple.parser.JSONParser;
  4. import org.json.simple.parser.ParseException;
  5.  
  6. <dependency>
  7. <groupId>org.json</groupId>
  8. <artifactId>json</artifactId>
  9. <version>20090211</version>
  10. </dependency>
  11.  
  12. compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement