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
the spec says that \u2028 (line separator) should be encoded as the UTF-8 \xe2\x80\xa8, however python-canonicaljson encodes it as the \u-escaped version.
the spec says that
\u2028(line separator) should be encoded as the UTF-8\xe2\x80\xa8, however python-canonicaljson encodes it as the\u-escaped version.This is largely thanks to simplejson/simplejson#206.