How to Install kwalify in Ubuntu 18.04



Install kwalify by entering the following commands in the terminal:

sudo apt update
sudo apt install kwalify

Description:

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.

Homepage: http://www.kuwata-lab.com/kwalify/

Version: 0.7.2-5

Section: universe/text