Function serde_json_to_config

Source
pub(crate) fn serde_json_to_config(
    value: &Value,
    origin: &String,
) -> Result<Value, ConfigError>