Json); // validate json IList<ValidationError> errors; bool valid = json.IsValid(schema, out errors); // return error messages and line info to the browser ...
確定! 回上一頁