pub fn expand_object(
coercion: Coercion,
value: Value,
json_datatype: Option<NodeUri>,
) -> Result<ObjectTerm, ContextError>Expand description
Convert one authored object using context coercion. The caller supplies the
validated schema datatype for @json and validates the resulting data.