This is simple Java Spring Boot application built to read , sort and print JSON files using Jackson library.
- Reads a json file as input.
- Parses and prints the json file.
- Sorts the json file data using Comparator.
- Prints the sorted result onto the console.
- Java: 11
- Spring Boot: 2.4.1
- Jackson: 2.11.3
- Lombok: 1.18.16
Clone this repo to your desktop.
Run the JsonHandlerApplication.java Main method.
You might want to look into resources/sample.json
to view and change the JSON data.
This project is licensed under the terms of the MIT license.