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

Manifestation to JSON fails to properly escape object keys #236

Closed
fare opened this issue Sep 21, 2016 · 1 comment
Closed

Manifestation to JSON fails to properly escape object keys #236

fare opened this issue Sep 21, 2016 · 1 comment
Labels

Comments

@fare
Copy link

fare commented Sep 21, 2016

The quote there should be escaped, but isn't:
'{ "a\"b" : "1" }' | jsonnet - ==>

{
   "a"b": "1"
}
@fare fare changed the title Manifestation to JSON fails to properly escape table keys Manifestation to JSON fails to properly escape object keys Sep 21, 2016
@sparkprime sparkprime added the bug label Sep 21, 2016
@fare
Copy link
Author

fare commented Sep 22, 2016

Thanks for a prompt fix!

(I don't actually need this capability right now; I was just exploring what was the exact syntax of identifiers used to access terraform remote state, and stumbled upon that bug in jsonnet.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants