JSONSchemaValidation:用Objective C编写的JSON Schema草案4、6和7解析和验证库 源码
DSJSONSchemaValidation 用Objective-C编写的JSON模式草案4,草案6和草案7解析和验证库。 DSJSONSchemaValidation是一个库,提供了一组用于将文档解析为本机Objective-C对象并随后使用它们来验证JSON文档的类。 该库的主要功能是能够将架构“编译”为描述该架构的对象网络,以便可以将其缓存和重用,以一种NSRegularExpression的方式验证多个JSON文档,类似于NSRegularExpression和NSDateFormatter类。 该库的可能用例之一可能是基于应用程序中以JSON Schema形式描述的期望,对从
文件列表
JSONSchemaValidation:用Objective-C编写的JSON Schema草案4、6和7解析和验证库
(预估有个224文件)
DSJSONSchemaNumericValidator.h
1KB
DSJSONSchemaCombiningValidator.h
1KB
DSJSONSchemaObjectPropertiesValidator.h
2KB
DSJSONSchemaContentValidator.h
4KB
DSJSONSchemaDependenciesValidator.h
1KB
DSJSONSchemaArrayItemsValidator.h
1KB
DSJSONSchemaFactory.h
4KB
DSJSONBooleanSchema.h
2KB
DSJSONSchemaValidationContext.h
2KB
DSJSONSchemaFormatValidator.h
3KB
暂无评论