google / jsonnet

Jsonnet - The data templating language
http://jsonnet.org
Apache License 2.0
6.92k stars 438 forks source link

feat: Add more math functions #1091

Closed rohitjangid closed 1 year ago

rohitjangid commented 1 year ago

Implement std.isEven, std.isOdd, std.isInteger and std.isDecimal as standard functions

go-jsonnet PR: https://github.com/google/go-jsonnet/pull/702