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
I'd accept a [canonical] option patch. The lower case hex stuff is fairly trivial, but the sorted UTF-16 encoded keys is a bit of a head scratcher. Perhaps do that in Erlang before the ErlJSON object is passed to the encoder?
https://www.rfc-editor.org/rfc/rfc8785#name-serialization-of-strings stipulates encoding of
\u000F
MUST be\u000f
(more generally\uhhhh
vs\uHHHH
).Any interest in an encoding option to "canonical" form? Helpful for HMACs and the like.
The text was updated successfully, but these errors were encountered: