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
The quote there should be escaped, but isn't: '{ "a\"b" : "1" }' | jsonnet - ==>
{
"a"b": "1"
}
The text was updated successfully, but these errors were encountered:
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
(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.)
The quote there should be escaped, but isn't:
'{ "a\"b" : "1" }' | jsonnet -
==>The text was updated successfully, but these errors were encountered: