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
refactor: use BTreeMap for canonical JSON key ordering
Replace manual format string with BTreeMap serialization to guarantee
alphabetical key ordering per JCS RFC 8785. This prevents bugs if
fields are added in the future — BTreeMap handles ordering automatically.
0 commit comments