pub fn validate_and_parse<T>(json_str: &str) -> Result<ValidationResult<T>>where
T: JsonSchema + DeserializeOwned,Expand description
Validate and parse JSON with schema validation and error recovery
pub fn validate_and_parse<T>(json_str: &str) -> Result<ValidationResult<T>>where
T: JsonSchema + DeserializeOwned,Validate and parse JSON with schema validation and error recovery