A JSON parsing application.
JRE is required in order to run the executable JAR file.
Run mvn clean install
in the repository main directory.
Run java -jar json.jar
in the directory containing the executable JAR file.
The application will send a request to https://jsonplaceholder.typicode.com/posts and save the returned response in individual files.
Each file will be named according to the following convention: <post_id>.json.
All files will be saved in the same directory as the executable JAR file.