Interest for import toml ?
Open
- Dominant language
- Go
- Stars
- 1.8k
- Forks
- 263
- PR merge metrics
- No merged PRs in 30d
Description
At work we use mainly jsonnet to describe Kubernetes manifests, and a large swath of code also uses Toml configuration (notably influxdb and telegraf config).
Interoperability with jsonnet is currently hindered if we don't have a complete `read`, `modify` `write` (which we already have in the `std.manifestTomlEx` function) cycle from within jsonnet.
We would like to import TOML in much same way as we enjoy importing YAML through the `std.parseYaml()` API.
Would there be interest in an implementation of an `std.parseToml()` API ?
Contributor guide
Assessment
This issue has not been assessed yet.