pub fn config_to_json<C>(config: &C) -> Stringwhere C: Config,
Converts a configuration to a JSON string.
config
The JSON string.