Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
329 B
Text
7 lines
329 B
Text
Kwalify is a 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.
|
|
|
|
WWW: http://www.kuwata-lab.com/kwalify/
|