You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: