Parse part of JSON string using Java
Given a string in JSON format parse only part of the JSON using Java library without mapping to POJO's
When working with JSON objects, there are possible scenarios where we only need a part of the JSON.
Mostly in this scenario, we also don't want t...
thirumurthi.hashnode.dev4 min read