![Convert-JSON-to-JAVA-Object](https://blog.sehgaltech.com/wp-content/uploads/2023/02/Convert-JSON-to-JAVA-Object.png)
How to Create JAVA objects from JSON Easily?
Why do we need to parse JSONs? We need to parse JSONs to get the values from the fields. For a small JSON payload it is fine…
![Automatically-format-your-code-on-git-commit-using-prettier-husky-eslint](https://blog.sehgaltech.com/wp-content/uploads/2022/11/Automatically-format-your-code-on-git-commit-using-prettier-husky-eslint.png)
How to auto format & clean code on commit?
If you are working a project with more than 2 developers, you might note different formatting code create different kinds of issue like merge conflicts, code…