Have parameter config keep parameters types for design matrix
This commit makes enkf_main's _value_export_json keep types when dumping the json. Before this commit, all values (also numerical) were turned to strings if used alongside categorical values.
Make design_matrix parameter_configuration a single GenKw element
The dictionary introduced in parameter configuration in design matrix config seems to be not necessary
and thus removing it.