jsonnet
jsonnet copied to clipboard
feat: implement std.isNull
Implement std.isNull in standard library
go-jsonnet PR: google/go-jsonnet#806
@shrred26 What's the usercase of this, to avoid the exception with if?
It would be nice to have ? and ?? in jsonnet.
What is wrong with using v == null?