Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: decode bytes to produce a string
With the new JSON library, ``dumps()`` seems to return bytes. Here we decode the output of ``dumps()``, ensuring the output is converted into text. This effectively should address the issue linked below. Resolves: #1352.
- Loading branch information