jsonlint-py
encoder, decoder, and lint/validator for JSON in Python (python2)
Install
- All systems
-
curl cmd.cat/jsonlint-py.sh
- Debian
-
apt-get install python-demjson
- Ubuntu
-
apt-get install python-demjson
- Kali Linux
-
apt-get install python-demjson
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-demjson
- Raspbian
-
apt-get install python-demjson
- Dockerfile
- dockerfile.run/jsonlint-py
python-demjson
encoder, decoder, and lint/validator for JSON in Python (python2)
demjson is a comprehensive Python language binding to the JSON language-independent data encoding standard, which is often used as a simpler substitute for XML in AJAX-based web applications. This package contains the python2 library and the jsonlint-py script.