Function cedar_policy::ffi::validate_json
source ยท pub fn validate_json(json: Value) -> Result<Value, Error>
Expand description
Input is a JSON encoding of ValidationCall
and output is a JSON
encoding of ValidationAnswer
pub fn validate_json(json: Value) -> Result<Value, Error>
Input is a JSON encoding of ValidationCall
and output is a JSON
encoding of ValidationAnswer