Hello, I found that `'\x00'` is encoded as `''` It represents an incompatibily with the standard `json` module, which maintains it as `'\x00'`. Thanks
Hello, I found that
'\x00'is encoded as''It represents an incompatibily with the standard
jsonmodule, which maintains it as'\x00'.Thanks