pasteur.utils.parser.flat_params_to_dict# pasteur.utils.parser.flat_params_to_dict(params)[source]# Converts a list of format {a.b.c: 5, c: b} to {a: {b: {c:5}}, c: ‘b’}. Note the number conversion.