Skip to content

Latest commit

 

History

64 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bData

  • intention
    This is a library which helps to encode JSON object to binary data and decode it back.

  • required
    python3.x

  • usage

>>> import bdata
>>> data = bdata.pack({})
>>> data
'\x02\x00\xa0\x00'
>>> obj = bdata.unpack(data)
>>> obj
{}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages