Replies: 1 comment 2 replies
-
I'm curious what What format is this? Is this some flavor of INI? Generally, you want to use a renderer to define how Pkl gets serialized to text. You can write an in-language renderer (see our toml renderer for an example). @Madmegsox1 also submitted a PR to add an INI renderer to the stdlib in #149, which might help you. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to abstract a configuration format that is not officially supported, however ValueRenderer doesn't seem to support the
converters
mapping.Is there a way of doing this using pkl instead of outsourcing the conversion and rendering to
jq
?Beta Was this translation helpful? Give feedback.
All reactions