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.
At the moment libpy_simdjson uses
bytesfor 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.