Arquisoft / InciManager_i2b

InciManager_i2b
MIT License
1 stars 2 forks source link

Jackson for parsing dataToSave.json #23

Closed carmee-en closed 6 years ago

carmee-en commented 6 years ago

The 'dataToSave.json' file is currently being parsed using json-simple which means we depend on 3 different libraries to parse this type of file. For our application to be more consistent we should also use jackson for this file and remove the json-simple dependency from the pom file.