Explore >> Select a destination


You are here

janakiev.com
| | thepythoncorner.com
8.0 parsecs away

Travel
| | In 2016 I wrote a post about serialization in Python by using the pickle Python module. In this article, we will try to serialize Python objects by using another module: json. According to Wikipedia "JSON is an open-standard file format or data interchange format that uses human-readable text to transmit data objects consisting of attribute-value pairs and array data types (or any other serializable value)". But why you should use to use JSON instead of the official pickle module? Well, it depends on what you have to do... JSON is a safer protocol, it's human-readable and it's a standard adopted...
| | alexn.org
12.6 parsecs away

Travel
| |
| | kevinmontrose.com
12.6 parsecs away

Travel
| | After about three months of work, and some time in a production environment, the second half of Jil (a fast JSON library built on Sigil) is ready for release. Jil now supports both serializing and deserializing JSON. As with serialization, Jil deserialization supports very few configuration options and requires static typing. The interface is, accordingly,...
| | naildrivin5.com
85.9 parsecs away

Travel
| Please Create Debuggable Systems