otterdog icon indicating copy to clipboard operation
otterdog copied to clipboard

Support JSON

Open SchulzeStTSI opened this issue 7 months ago • 1 comments

Hi:)

The groovy file format is a bit strange to config and to generate automatically, because 50% yaml and 50% json. Can you support either full yaml or full json instead of the exotic groovy?

regards

SchulzeStTSI avatar Apr 22 '25 16:04 SchulzeStTSI

its not groovy format, but jsonnet which is a templating language for json.

However, there are ideas to provide a different configuration format, see #17.

jsonnet is a bit complex but otoh also very powerful, so having two ways to do the configuration is useful imho.

netomi avatar Apr 22 '25 22:04 netomi