yaml files are essentially compatible with json files, although they have some advantages, like allowing comments and being easier for humans to read/write. This changes the reading of the file to use a yaml parser instead of a json parser, but still produces json at the end. I tried manually converting a json file to yaml and running osbuild-mpp, and it produced an identical file. By default the yaml parser doesn't respect order so i had to tweak the loader a bit to use OrderedDict. |
||
|---|---|---|
| .. | ||
| inline-source.py | ||
| lorax-template-pkgs.py | ||
| osbuild | ||
| osbuild-mpp | ||
| tree-diff | ||