since jsonnet doesn't use `fn` or `obj`, I think it would enhance readability by spelling those out. ### Current (with backticks, see #5) obj `container` fn `container.keyValuePairs` ### Suggested object `container` function `container.keyValuePairs`
since jsonnet doesn't use
fnorobj, I think it would enhance readability by spelling those out.Current (with backticks, see #5)
obj
containerfn
container.keyValuePairsSuggested
object
containerfunction
container.keyValuePairs