git.delta.rocks / jrsonnet / refs/commits / ff23e408f240

difftreelog

source

crates/jsonnet-evaluator/README.md330 Bsourcehistory
1# jsonnet-evaluator23Interpreter for parsed jsonnet tree45## Intristics67Some functions from stdlib are implemented as intristics89### Intristic handling1011If indexed jsonnet object has field '__intristic_namespace__' of type 'string', then any not found field/method is resolved as `Val::Intristic(__intristic_namespace__, name)`