You can get latest build of jrsonnet in releases.
There already are multiple implementations of this standard implemented in different languages:
-
C++;
-
Go;
-
[NEW] Another Rust impl appears.
This implementation shows performance better than all existing implementations. For more information see benchmarks
Also, I wanted to experiment on new syntax features, and jrsonnet implements some of them. For more information see features
In the end, it’s always fun to implement something in Rust.
Jrsonnet provides a standard libjsonnet.so
shared library and should work as drop-in replacement for it
WASM bingings are also available, Java bindings (Both JNI and WASM compiled to .class
) are in progress
See bindings for more information.