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…
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…