-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mohammad Badar Hashimi edited this page Jan 13, 2020
·
1 revision
This library contains methods used for operations on JSON type data
- Json String to Java Object : This method converts the JSON String input and maps it to the java object
- Json String to Jackson Json : This function returns the value associated with the label of the input JSON
- Json String to Java List : This method converts a JSON String containing multiple JSON and stores them in a java list
- Json String to Java Map : This method converts a JSON String containing multiple JSON and stores them in a java Map