Hi,
I have a project where I used the default constructor of JSONObject. I've done it in a lot of cases in multiple places in the project.
I've just noticed, that slashes are escaped everywhere, which makes the returned JSON response not convenient for human read.
Is it possible to turn off the slash escaping in a global place without rewriting all the constructor usages to the complex ones?
Thanks & Regards,
Peter
Hi,
I have a project where I used the default constructor of JSONObject. I've done it in a lot of cases in multiple places in the project.
I've just noticed, that slashes are escaped everywhere, which makes the returned JSON response not convenient for human read.
Is it possible to turn off the slash escaping in a global place without rewriting all the constructor usages to the complex ones?
Thanks & Regards,
Peter