jsonnet
jsonnet copied to clipboard
Jsonnet - The data templating language
You can now do something like this: `"%(a.b)s" % {a:{b:"hello world"}}` which yields "hello world" This is similar to python3's format strings behavior, though much simpler in capability. Every subfield...
Perhaps this is working as intended, but I found it quite surprising and it took some trial and error to see what exactly the fmt is focusing on. Both of...
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=6209422715650048 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49195 and will auto-close if the status changes there. If...
Hi, I have ported jsonnet package to riscv64 arch[0]. Can we support riscv64 here also? If so, I can send PR.:) PS: the patch is mainly to add support for...
Add `importbin`. Like `importstr` but returns an array of numbers (integers 0-255). Note! This changes the `JsonnetImportCallback` function type signature, and requires modification to existing code that uses custom import...
I haven't found examples nor a way to easily remove a field from an object. I can eventually iterate over all key and skip the one I want to remove...
Hello! The latest 0.1 8.0 release has only two assets with the source code but has no binary tar.gz which was in 0.17.0. Can you build it, please?
I love the pure functional nature of Jsonnet! However, when trying to do things in a functional style, the syntax gets in the way a _bit_ (not a lot, but...
I suggest to add the feature of preserving the order of list items when converting to json, maybe as an option. If available, please add it to the manual.
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=5954678486073344 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45737 and will auto-close if the status changes there. If...