Convert JSON to YAML and YAML to JSON with PyYAML safe_load/dump.
Working…
Uses yaml.safe_load — no arbitrary Python objects.