royaloperahouse / stack-manager

Tool to manage AWS CloudFormation stacks using Twig templates.
MIT License
12 stars 1 forks source link

JSON Lint #9

Closed roberthl closed 8 years ago

roberthl commented 8 years ago

Use the Seldaek/jsonlint library to parse template bodies rather than PHP's built-in JSON functions, this returns much better error messages - previously it was almost impossible to debug syntax errors in the templates during development.