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
toJSON "foo\0" should probably instead return "foo\u0000". I think maybe format should just do that for all the control characters except the ones that JSON supports like \n and \t. I'll take a look at some other common standards (Python strings, etc.) and try to make format output things that are as universal as possible.
This still needs a bit more work:
toJSON "foo\0"
should probably instead return"foo\u0000"
. I think maybeformat
should just do that for all the control characters except the ones that JSON supports like\n
and\t
. I'll take a look at some other common standards (Python strings, etc.) and try to makeformat
output things that are as universal as possible.Originally posted by @d-torrance in #3670 (comment)
The text was updated successfully, but these errors were encountered: