pub fn from_json(
    json: &JsonValue,
    schema: SchemaNode<'_>
) -> Result<Value, Error>