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`