In Ye Olden Days KoLmafia did not really support the use of third party jar files and the solution was to copy source code. That has changed and we can drop in jar files and be done with it. I noticed we had source from json.org in our project and that there was a corresponding jar file. I propose adding a jar file (json-20210307.jar) and deleting the copied source.
I grabbed the jar from https://mvnrepository.com/artifact/org.json/json/20210307 and links there can get you to GitHub and source.
All tests pass locally with my change (which is why I added one that uses JSON) and I will run with changes for a day or two.
I think this is a good idea but I can be convinced otherwise
I grabbed the jar from https://mvnrepository.com/artifact/org.json/json/20210307 and links there can get you to GitHub and source.
All tests pass locally with my change (which is why I added one that uses JSON) and I will run with changes for a day or two.
I think this is a good idea but I can be convinced otherwise
