Module json

Module json 

Source
Expand description

Functionality for generating JSON representations of barcodes.

This is useful for passing encoded data to third-party systems in a conventional format.

Output will be of the format:

{
  "height": 10,
  "xdim": 1,
  "encoding": [1, 0, 0, 1, 1, 0, ...],
}

Structsยง

JSON
The JSON barcode generator type.