online YAML site to convert to multiple outputs
convert YAML to a different format
This was useful, as it gave me a way to easily convert my YAML file into a consumable Python dictionary for testing. That way, I didn't have to do it all by hand.
This site, Online YAML Parser, is quite useful for that. Will …