How to read a JSON file in java
Json is the mostly used data interchangeable format when comes to software developments. In this article you will learn how to read a JSON file in java. for this tutorial we are using the gson library. gson is an open source java library which allows to serialize and deserialize java …