Skip to content
Snippets Groups Projects
index.rst 949 B

Welcome to MiniJSON's documentation!

MiniJSON is a space-aware binary format for representing arbitary JSON. It's however most efficient when dealing with short (less than 16 elements) lists and objects, whose all keys are strings.

You should avoid objects with keys different than strings, since they will always use a 4-byte length field. This is to be improved in a future release.

Warning

Take care for your data to be without cycles. Feeding the encoder cycles will probably dump your interpreter's core.

Indices and tables

  • :ref:`genindex`
  • :ref:`modindex`
  • :ref:`search`