Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Jsonnet #122

Open
silopolis opened this issue Oct 30, 2023 · 2 comments
Open

Add support for Jsonnet #122

silopolis opened this issue Oct 30, 2023 · 2 comments

Comments

@silopolis
Copy link

Hi,

First, many thanks for this priceless tool 馃檹
One of the hottest in my crate ! 馃敟

Now for the request, as spoiled by title, it'd be great to support Jsonnet.
This language has many "dynamic" features (variables, conditionals, etc.) that set it apart of the crowd, FTW.

Python bindings are already there so hopefully this may not be to much of a burden...

Thanks in advance
TY
J

@mattrobenolt
Copy link
Owner

Can you explain a use case for this? From my very light understanding of Jsonnet, IMO, jinja2-cli is an alternative to this, and I'm not sure how or why you'd use them together.

I'm down to add it as optional support, I would just like to see the use case you're thinking of.

@silopolis
Copy link
Author

For my use case, DevOps projects, where config data files may be consumed by several languages as well as templating engine, having just enough smartness at data level may help maintain a SSoT and stay DRY by avoiding repeating the same parsing and manipulations for each consumer.

Thanks a lot for caring
Have a beautiful day
J

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants