Question #227

Which one is human-readable?

JSON is a text serialization format (it outputs unicode text, although most of the time it is then encoded to utf-8), while pickle is a binary serialization format. (docs.python.org/3/library/pickle.html)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵