DannyBen/kojo

View on GitHub
examples/tojson/output.txt

Summary

Maintainability
Test Coverage
+ kojo tojson input.yml

# input.json
{
  "version": "3",
  "services": {
    "image": "alpine",
    "volumes": [
      "./app:/app",
      "./cache:/cache"
    ]
  }
}