This is a maven project.
Libraries used are:
Project Lombokfor writing less boilerplate code,Jacksonfor JSON support andHTTPSERVERfor building embedded HTTP servers.
Building and running the project starts a server at localhost:8000.
From there you can GET requests that come from a locally hosted json file.
You can also POST data in json format.
Clean & Build the Project and give it a go!