工具生成JSON解析的代码从一个核心数据模型和/或JSON模式
资 源 简 介
jsonschema-code-generation-tools is a package containing two (2) tools that can generate parsing code for JSON object files (for now it generates Objective C code, but in the future it will generate Java parsing code based on Jackson). Both tools are based around simple extensions to the JSON Schema (RFC draft: http://tools.ietf.org/html/draft-zyp-json-schema-02) to better describe data types useful in complex parsing code.
The BkCoreData2JsonSchema Xcode project builds a command line tool that can generate a JSON schema file describing the entities (attributes and relationships) contained in a Core Data managed object model (.xcdatamodel files).
You can checkout the last source code to get it or download a zip package here.
文 件 列 表
jsonschema-code-generation-tools-v1.0
.DS_Store
BkCoreData2JsonSchema
BkJsonSchema.tmbundle
COPYING
jsonschema2objc.rb
README