json_verify
Yet Another JSON Library (YAJL)
Install
- All systems
-
curl cmd.cat/json_verify.sh
- Debian
-
apt-get install yajl-tools
- Ubuntu
-
apt-get install yajl-tools
- Alpine
-
apk add yajl
- Arch Linux
-
pacman -S yajl
- Kali Linux
-
apt-get install yajl-tools
- CentOS
-
yum install yajl
- Fedora
-
dnf install yajl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install yajl-tools
- OS X
-
brew install yajl
- Raspbian
-
apt-get install yajl-tools
- Dockerfile
- dockerfile.run/json_verify
- Docker
-
docker run cmd.cat/json_verify json_verify
powered by Commando
yajl
Yet Another JSON Library (YAJL)
yajl-tools
Yet Another JSON Library - tools
A small collection of tools that use the yajl library. Current tools are: json_reformat - beautifies or minimizes format of JSON data json_verify - validates JSON data