Skip to main content

validate_value

Function validate_value 

Source
pub fn validate_value<S>(json: &Value) -> Result<(), VldServerError>
where S: VldParse,
Expand description

Validate a serde_json::Value against a vld schema type.