docker-images/pluie/libyaml/README.md
2018-08-08 01:18:37 +02:00

2.4 KiB

pluie/libyaml

demo image demonstrating pluie-yaml, a shared vala library managing yaml files (v 1.2) and yaml nodes in vala language. As json is now a valid subset of yaml, you can use this lib to load json files too

you can run a container with :

docker run --rm -it pluie/libyaml

then execute any samples :

./yaml-loader ./json-loader ./yaml-config ./yaml-traversing ./yaml-finder ./yaml-imports ./yaml-node

repository

https://github.com/pluie-org/lib-yaml

samples

./yaml-config source code

Sample yaml-config code

./yaml-config output

Sample yaml-config output1 Sample yaml-config output2