Skip to content

Project that uses HashMap data structure in order to get specific values from JSON file that I use GSON API in order to break down into objects to store as parameters for records.

Notifications You must be signed in to change notification settings

Dillon1john/HashMap-JSON-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

HashMap-JSON-Project

Project that uses HashMap data structure in order to get specific values from JSON file that I use GSON API in order to break down into objects to store as parameters for records.

In this project I created a HashMap in order to get specific values from JSON files provided to me. I utilize maven in order add Gson API Dependency that would be used to separate values listed into objects that I can use as parameters for a record

I utilize several functions in order to get different answers based on the requirements. Some functions returned values pertaining to the the row count while others returned values pertaining to the money value. A majority of these functions utilize Java 8 streams since they are so functional and simpler to read.

The notable features this code includes is:

  • Spring Framework Utilization
  • Java 8 streams
  • HashMap data structure
  • Integration of a json file type into project
  • Utilization of Gson API
  • Creation and development of Maven Java file
  • Utilization of Java records
  • Utilization of Postman

About

Project that uses HashMap data structure in order to get specific values from JSON file that I use GSON API in order to break down into objects to store as parameters for records.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published