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 builtin Python JSON encoder accepts a separators parameter. Adding this to ultrajson can help with achieving byte-wise identical output with that encoder. This could help expose other bugs in the corner cases of encoding.
The builtin Python JSON encoder accepts a
separatorsparameter. Adding this to ultrajson can help with achieving byte-wise identical output with that encoder. This could help expose other bugs in the corner cases of encoding.