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
orjson: we should test if we can remove the .decode() call here. It's in place to force the return value to be a string instead of bytes, for consistency, but bytes might be fine. Would require extensive testing in a whole system to be sure.
#113
Open
JarbasAl opened this issue
Sep 10, 2024
· 0 comments
Note for the future: we should test if we can remove the `.decode()` call here. It's in place to force the return value to be a string instead of bytes, for consistency, but bytes might be fine. Would require extensive testing in a whole system to be sure.
Originally posted by @mikejgray in #107 (comment)
The text was updated successfully, but these errors were encountered: