pub fn populate_value_file(
config_decl: &ConfigDecl,
json_values: BTreeMap<String, Value>,
) -> Result<ConfigValuesData, FileError>
Expand description
Create a configuration value file from the compiled manifest’s config declaration and a map of configuration keys to JSON values.