simplejson¶
Simple, fast, extensible JSON encoder/decoder for Python
Home | http://github.com/simplejson/simplejson |
Versions | 3.8.1 |
License | MIT License or Academic Free License (AFL) |
Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/simplejson |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install simplejson
and update with:
conda update simplejson