Function config_struct::json_parsing::parse_config [] [src]

pub fn parse_config<S: AsRef<str>>(
    config_source: S
) -> Result<RawStructValue, Error>

Parse a RawStructValue from some JSON.

This can then be used to generate a config struct using create_config_module or write_config_module.