mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2025-03-13 02:39:24 +01:00
This would automatically close the BufferedReader after we are done with it, but it also means that the JSON object we create is lost when we exit the try() scope... See: https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html