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
At the moment libpy_simdjson uses bytes for all string values in the resulting dict/list. It would be nice if there was a way to ask it to return regular strings instead. This will reduce the code churn when switching to it from another json implementation, and help allow code to use this library optionally with a fallback to other implementations.
The text was updated successfully, but these errors were encountered:
At the moment libpy_simdjson uses
bytes
for all string values in the resulting dict/list. It would be nice if there was a way to ask it to return regular strings instead. This will reduce the code churn when switching to it from another json implementation, and help allow code to use this library optionally with a fallback to other implementations.The text was updated successfully, but these errors were encountered: