ThesetValue() method overwrites data at the specified location, including any child nodes.
You can use this method to:
Pass types that correspond to the available JSON types as follows:
String
Long
Double
Boolean
Map<String, Object>
List
Pass a custom Java object, if the cla...