Skip to content
Snippets Groups Projects
Piotr Maślanka's avatar
Piotr Maślanka authored
d0499abc

MiniJSON

MiniJSON is a codec for a compact binary representation of a superset of JSON (binary values) are supported.

Documentation is available here, along with the MiniJSON format specification.

Note

Active development of minijson is moved to this fork. Dronehub has no interest in further developing this awesome technology.

Installation

You should be able to install it from our own PyPI:

pip install --extra-index-url https://git.dms-serwis.com.pl/api/v4/projects/284/packages/pypi/simple minijson

There should be plenty of binaries available for multiple platforms. If you'd like a new one, just file an issue If there are no binary wheels precompiled for this platform, you will need to compile it yourself. Alternatively, you can file an issue and I'll do my best to compile a wheel for you.

Compiling own wheels

If there's no wheel, and you'd like to compile it on your own, you'll require Cython installed.