kwalify

parser, schema validator, and data-binding tool for YAML and JSON.

Install

All systems
curl cmd.cat/kwalify.sh
Debian Debian
apt-get install kwalify
Ubuntu
apt-get install kwalify
image/svg+xml Kali Linux
apt-get install kwalify
Fedora
dnf install kwalify
Windows (WSL2)
sudo apt-get update sudo apt-get install kwalify
Raspbian
apt-get install kwalify

kwalify

parser, schema validator, and data-binding tool for YAML and JSON.

YAML and JSON are simple and nice format for structured data and easier for human to read and write than XML. But there have been no schema for YAML such as RelaxNG or DTD. Kwalify gets over this situation.

rubygem-kwalify

data-binding tool for YAML and JSON