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
Unfortunately, no. The format operator % / format function std.format do not perform full expression interpolation, they only look up the specified key in a flat object. This is the same as the Python 2 string-formatting % operator (https://docs.python.org/2/library/stdtypes.html#string-formatting-operations).
There was a related feature request from several years ago, #45, asking to add support for ES6 backtick strings (aka template literals).
(I'm aware this question was from a while ago, but perhaps having an answer will be useful for someone in the future)
My
jsonnet
file looks like this.I'm trying to access nested field but get an error:
Error:
Expected:
The text was updated successfully, but these errors were encountered: