Skip to content

Maxenboy/etsf01-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project for ETSF01


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"); 

About

Source code for ETSF01 project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published