JaysGitLab / cs-5666-scatt-jacc-caj

cs-5666-scatt-jacc-caj created by GitHub Classroom
1 stars 1 forks source link

Import Json Package #3

Closed bclinthall closed 7 years ago

bclinthall commented 7 years ago

Modify makefile to pull in the jar for org.json.
It is located here: http://mvnrepository.com/artifact/org.json/json Add `import org.json.
;` to Scatt.java, and have the hello dummy function instantiate a JSONObject or something. Make sure it compiles.