FOLDERS
files: database files, input files and output files lib: JSON jar file tools: simple shell script for exporting the project to a jar-file
PACKAGES
model: JSONDatabase: Reads input from 'files/databaseIN.txt' and adds it to a JSONObject
EXAMPLE USE OF JSON
// Retrieves the entire project
JSONObject json = JSONDatabase.getInstance().get(int index);
// Will return the value corresponding to the column name
json.get("column name");