I have a problem using Boolean wrapper with JSON Object, when a JSON object is created for boolean values, it contains cotes strings, for example "isUrgent" : "1"Now the problem is that I have to wrap it manually each time in my code for each request / response
Can any body provide me with a permanent solution to the above problem?
source
share