SchemaValidator:受棱镜模式启发的基于模式的 Swift 验证库

时间:2024-06-21 06:02:00
【文件属性】:

文件名称:SchemaValidator:受棱镜模式启发的基于模式的 Swift 验证库

文件大小:42KB

文件格式:ZIP

更新时间:2024-06-21 06:02:00

Swift

模式验证器 要求 安装 SchemaValidator 可通过。 要安装它,只需将以下行添加到您的 Podfile 中: pod " SchemaValidator " 用法 您可以使用 SchemaValidator 来验证 JSON 之类的字典对象(例如:在 Swift 中符合 [NSObject:AnyObject] 的任何内容。 要定义架构,请执行以下操作: let schema:Schema = [ " timestamp " : [V. Present , V. Integer ], " sourceId " : [V. Present ], " userInfo " : [ " email " : [V. Email ], " age " : [V. GreaterOrEqual ( 18 )],


【文件预览】:
SchemaValidator-master
----Pod()
--------Assets()
--------Classes()
----.travis.yml(587B)
----LICENSE(1KB)
----Example()
--------SchemaValidator.xcodeproj()
--------Pods()
--------Podfile.lock(233B)
--------Tests()
--------Podfile(168B)
--------SchemaValidator.xcworkspace()
----README.md(3KB)
----SchemaValidator.podspec(1KB)
----.gitignore(609B)

网友评论