grafana / vscode-jsonnet

Full code support (formatting, highlighting, navigation, etc) for Jsonnet
Apache License 2.0
66 stars 7 forks source link

Convert YAML to Jsonnet #43

Open wmcnamee-coreweave opened 1 month ago

wmcnamee-coreweave commented 1 month ago

Would love a function to convert YAML (with comments) to Jsonnet. Plugins to convert YAML to JSON already exist, but unfortunately, they drop comments (as they should, because JSON doesn't support them). Additionally, keys are usually quoted, which is unnecessary in Jsonnet.