Remove messagepack example.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import umsgpack
|
||||
|
||||
binary = umsgpack.packb({"compact": True, "schema": [0, False]})
|
||||
|
||||
obj = umsgpack.unpackb(binary)
|
||||
|
||||
print(obj)
|
||||
|
||||
print(obj['schema'])
|
||||
|
||||
print(binary)
|
||||
Reference in New Issue
Block a user