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
But I dont want the strings encoded to unicode entities when I'm already creating a utf8 text file with this json string in it - it is just unneeded and unwanted (for my case)
Hi,
when I use
the result is
But I dont want the strings encoded to unicode entities when I'm already creating a utf8 text file with this json string in it - it is just unneeded and unwanted (for my case)
The result should just be this:
https://datatracker.ietf.org/doc/html/rfc7159#section-7
section 7 and 8 describes, that only json control characters has to be forced to be encoded. I want to request to make it at least configurable.
The text was updated successfully, but these errors were encountered: