Be careful with lower and upper case.... You might end up spending some hours like me trying to solve the most stupid problem ever.
the name of the package is json not JSON. lower or upper letter matters
import json
is the solution
Answer from JFerro on Stack OverflowAnaconda
anaconda.org › jmcmurray › json
json - jmcmurray | Anaconda.org
Provide JSON decoding/encoding for older kdb+ versions · Overview · Files 1 · Labels 1 · Badges · Versions · 0.1.1 · To install this package, run one of the following: $conda install jmcmurray::json · Monthly · Downloads Updates · Version · 0.1.1 ·
Top answer 1 of 3
2
Be careful with lower and upper case.... You might end up spending some hours like me trying to solve the most stupid problem ever.
the name of the package is json not JSON. lower or upper letter matters
import json
is the solution
2 of 3
2
My anaconda root environment does not list json as a package, yet I can import it. This means it is part of the base Python library and does not need to be installed anymore.
PyPI
pypi.org › project › pypi-json
pypi-json · PyPI
$ python -m pip install pypi-json ... config --add channels https://conda.anaconda.org/domdfcoding · Then install · $ conda install pypi-json ·...
» pip install pypi-json
Anaconda.org
anaconda.org › conda-forge › json-e
Json E - conda install
conda-forge/json-e · Community ... 20 · Labels 2 · Badges · Versions · 4.8.2 · To install this package, run one of the following: $conda install conda-forge::json-e ·...
GitHub
github.com › conda-forge › json-c-feedstock
GitHub - conda-forge/json-c-feedstock: A conda-smithy repository for json-c. · GitHub
Forked by 11 users
Languages Shell 65.5% | Batchfile 34.5%
Anaconda.org
anaconda.org › conda-forge › json-c
json-c - conda-forge | Anaconda.org
conda-forge/json-c · Community · A JSON implementation in C · Copied fromcf-staging / json-c · Overview · Files 53 · Labels 4 · Badges · Versions · 0.18 · To install this package, run one of the following: $conda install conda-forge::json-c · Monthly · Downloads Updates ·
Anaconda.org
anaconda.org › bioconda › perl-json
perl-json - bioconda | Anaconda.org
JSON (JavaScript Object Notation) encoder/decoder · Overview · Files 23 · Labels 2 · Badges · Versions · 4.11 · To install this package, run one of the following: $conda install bioconda::perl-json · Monthly · Downloads Updates · Version · 4.11 · 4.10 · 4.09 ·
Anaconda.org
anaconda.org › conda-forge › simplejson
simplejson - conda-forge | Anaconda.org
April 25, 2026 - conda-forge/simplejson · Community ... · Labels 4 · Badges · Versions · 4.1.1 · To install this package, run one of the following: $conda install conda-forge::simplejson ·...
Anaconda.org
anaconda.org › anaconda › simplejson
simplejson - anaconda
View packages from the anaconda channel on Anaconda.org.
Anaconda.org
anaconda.org › conda-forge › jsons
jsons - conda-forge | Anaconda.org
conda-forge/jsons · Community · Turn Python objects into dicts or (json)strings · Copied fromcf-staging / jsons · Overview · Files 8 · Labels 1 · Badges · Versions · 1.6.3 · To install this package, run one of the following: $conda install conda-forge::jsons ·
Anaconda.org
anaconda.org › conda-forge › python-json-logger
python-json-logger - conda-forge | Anaconda.org
June 9, 2026 - Install python-json-logger with Anaconda.org. JSON Log Formatter for the Python Logging Package
PyPI
pypi.org › project › jsonextended
jsonextended · PyPI
jsonextended has no import dependancies, on Python 3.x and only pathlib2 on 2.7 but, for full functionallity, it is advised to install the following packages: conda install -c conda-forge ijson numpy pint h5py pandas
» pip install jsonextended
GitHub
github.com › conda › conda › issues › 1162
`conda install --json` output is not valid JSON nor does it provide enough context · Issue #1162 · conda/conda
February 20, 2015 - Consider this output: {"finished": false, "progress": 0, "fetch": "tornado-4.1-py", "maxval": 523465} {"finished": false, "progress": 16384, "fetch": "tornado-4.1-py", "maxval": 523465} {"finished": false, "progress": 32768, "fetch": "to...
Author conda
GitHub
github.com › conda-forge › python-json-logger-feedstock
GitHub - conda-forge/python-json-logger-feedstock: A conda-smithy repository for python-json-logger.
Installing python-json-logger from the conda-forge channel can be achieved by adding conda-forge to your channels with:
Forked by 8 users
Anaconda.org
anaconda.org › conda-forge › json-rpc
json-rpc - conda-forge | Anaconda.org
April 22, 2026 - conda-forge/json-rpc · Community · JSON-RPC transport realisation · Copied fromcf-post-staging / json-rpc · Overview · Files 20 · Labels 4 · Badges · Versions · 1.15.0 · To install this package, run one of the following: $conda install conda-forge::json-rpc ·
Anaconda.org
anaconda.org › conda-forge › json_tricks
Json Tricks - conda install
conda-forge/json_tricks · Community ... · Labels 4 · Badges · Versions · 3.17.3 · To install this package, run one of the following: $conda install conda-forge::json_tricks ·...
Readthedocs
jsons.readthedocs.io
Features — jsons documentation
Human readible JSON without pollution! Easily customizable and extendable! Type hints for the win! Install with pip or conda: pip install jsons or conda install -c conda-forge jsons ·
GitHub
github.com › conda › conda › issues › 9590
conda install error: json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 58 (char 57) · Issue #9590 · conda/conda
January 10, 2020 - Traceback (most recent call last): ... json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 58 (char 57) ... The package to be installed! ... active environment : base active env location : /tmp/miniconda3 shell level : 1 user config file : /home/operacao/.condarc populated ...
Author conda
Anaconda.org
anaconda.org › bioconda › r-jsonlite
r-jsonlite - bioconda | Anaconda.org
Install r-jsonlite with Anaconda.org. A fast JSON parser and generator optimized for statistical data and the web. Started out as a fork of 'RJSONIO', but has been completely rewritten in recent versions. The package offers flexible, robust, high performance tools for working with JSON in R and is particularly powerful for building pipelines and interacting with a web API.
Anaconda.org
anaconda.org › anaconda › jsonschema
jsonschema - anaconda | Anaconda.org
Install jsonschema with Anaconda.org. An implementation of JSON Schema validation for Python