Json is a lightweight data interchange format and its module always produces string objects, not bytes objects. That said, you can serialize or deserialize data. But.. What is data serialization?
Data serialization is the process of converting structure data to a format that allows sharing or storage of data in a way that it is possible to recover its original format.