Hi All,
We are hitting an API(which consists of more than 20 fields), and the values present in API is coming to plugin. In plugin code we need to check a codition.
Condition is: we need to deserialize the json and take a particular field and its value. If that value contains special character then that need to replaced with a space. then it should be serialized and we can continue with the same flow.
Query is: How to deserialize the json and how can we take a particular field and its value in plugin.


inbetween this place only, that field and value need to be found and replaced with a space






