Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cfnparser does not handle YAML documents that _sort-of_ look like JSON #101

Open
jtarchie opened this issue Aug 16, 2022 · 0 comments
Open

Comments

@jtarchie
Copy link

Given a YAML file:

{
   Fn::Join: []
}

The parser will fail with Invalid JSON!.

Expectation: Considering this is valid YAML, we were expecting this to work.

Options:

  • Debug messaging that says, "Determine document was JSON doc".
  • It works! ™
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant