I have a json file as below and now I need to update the pincode value Everytime before using and use the updated json file for processing,how can I achieve the same using Java?
{
"Name":"Ramesh",
"City":"Bangalore",
"Address": {
" Pincode":56010
}
}