MacdonEm / SCATT-Improvements

MIT License
0 stars 0 forks source link

Output File Change #3

Open MacdonEm opened 5 years ago

MacdonEm commented 5 years ago

Change the report SCATT produces as output from a text file to a JSON file.

MacdonEm commented 5 years ago

Ways to test this feature:

Viewing the output file (after changes are made) and seeing if it is a valid JSON file or still a txt file

MacdonEm commented 5 years ago

Java has a way in its API to encode data that is in a Java format to a JSON format. By using these libraries (primarily JSONObject), I can take what is being produced for the text file and instead produce it for a JSON file.