Skip to content

Abhijith-Ravindran/jsonhandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The JSON Handler Project

This is simple Java Spring Boot application built to read , sort and print JSON files using Jackson library.

Features

  • 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.

Technologies Used

  • Java: 11
  • Spring Boot: 2.4.1
  • Jackson: 2.11.3
  • Lombok: 1.18.16

Setup

Clone this repo to your desktop.


Usage

Run the JsonHandlerApplication.java Main method.

You might want to look into resources/sample.json to view and change the JSON data.


License

This project is licensed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages