jsonlint3
encoder, decoder, and lint/validator for JSON in Python (python3)
Install
- All systems
-
curl cmd.cat/jsonlint3.sh
- Debian
-
apt-get install python3-demjson - Ubuntu
-
apt-get install python3-demjson - Kali Linux
-
apt-get install python3-demjson - Fedora
-
dnf install python3-demjson - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-demjson - Raspbian
-
apt-get install python3-demjson
python3-demjson
encoder, decoder, and lint/validator for JSON in Python (python3)
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 python3 library and the jsonlint-py3 script.