pub fn validate_object(type_name: &str, value: JsValue) -> JsValueExpand description
Validate a JavaScript object against a registered type.
This is a convenience wrapper that accepts a JS object directly instead of a JSON string.
ยงArguments
type_name- The name of the type to validate againstvalue- JavaScript object to validate