Error: RUNTIME ERROR: couldn't manifest function as JSON
Field "foo"
During manifestation
Sjsonnet output:
{
"foo": 123
}
It appears that google/jsonnet will only auto-evaluate a function during materialization if it's at the top level, whereas sjsonnet will auto-evaluate it anywhere in the jsonnet document
Input:
google/jsonnet output:
Sjsonnet output:
It appears that google/jsonnet will only auto-evaluate a function during materialization if it's at the top level, whereas sjsonnet will auto-evaluate it anywhere in the jsonnet document