You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is still valid JSON, I believe. Go does some weird things when converting to/from JSON. At some point I want to try to help improve the output to be a bit more human-readable but for now it should work. Does it not?
One thing I recommend is just doing a packer fix template.json | packer build - in the meantime to avoid human-readness oddities.
In our bento project, we have some templates with '&&' in them e.g.
https://github.com/opscode/bento/blob/0f6469d15ea614aeb3c9d0725a0122ecf46580ad/packer/freebsd-9.2-amd64.json#L17
When running "packer fix", these get converted into \u0026\u0026.
The text was updated successfully, but these errors were encountered: