We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caecc00 commit c567ad1Copy full SHA for c567ad1
README.rst
@@ -90,6 +90,9 @@ Also possible to pack/unpack user's data types. Here is an example for
90
packed_dict = msgpack.packb(useful_dict, default=encode_datetime)
91
this_dict_again = msgpack.unpackb(packed_dict, object_hook=decode_datetime)
92
93
+``Unpacker``'s ``object_hook`` callback receives a dict; the
94
+``object_pairs_hook`` callback may instead be used to receive a list of
95
+key-value pairs.
96
97
INSTALL
98
---------
0 commit comments