Some tags empty are filled with True values, how can I avoid that? Example: <name></name> json : {"name":"true"} but, should be "name": null
Some tags empty are filled with True values, how can I avoid that?
Example:
json : {"name":"true"}
but, should be "name": null