mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-29 20:59:46 +01:00
Merge branch 'master' of github.com:msgpack/msgpack
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
# coding: utf-8
|
||||
from msgpack._msgpack import *
|
||||
|
||||
# alias for compatibility to simplejson/marshal/pickle.
|
||||
load = unpack
|
||||
loads = unpackb
|
||||
|
||||
dump = pack
|
||||
dumps = packb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user