pub fn validate_settings_json(data: &Value) -> SettingsWithErrorsExpand description
Validates that settings JSON conforms to expected structure. Returns a SettingsWithErrors containing the parsed JSON and any validation errors.
pub fn validate_settings_json(data: &Value) -> SettingsWithErrorsValidates that settings JSON conforms to expected structure. Returns a SettingsWithErrors containing the parsed JSON and any validation errors.