module RenovateConfigAsdf::Merger
Defined in:
renovate_config_asdf/merger.crClass Method Summary
- .merge(default_json : RootConfig, plugins_jsons : Array(PluginConfig)) : RootConfig
-
.roughly_strip_json5_comments(json5 : String) : String
crystal does not have JSONC parser.
- .write
Class Method Detail
def self.roughly_strip_json5_comments(json5 : String) : String
#
crystal does not have JSONC parser. This is an ugly workaround