All Projects → nixzhu → Coolie

nixzhu / Coolie

Licence: mit
Coolie(苦力) helps you to create models (& their constructors) from a JSON file.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Coolie

Whc model
iOS平台高效转换引擎json->model,model->json,model->Dictionary,支持模型类继承其他模型类,支持指定路径转换,不区分json的key和模型属性名称大小写,自动处理json中null
Stars: ✭ 244 (-51.97%)
Mutual labels:  json, json-parser, model
Api Client Generator
Angular REST API client generator from Swagger YAML or JSON file with camel case settigs
Stars: ✭ 92 (-81.89%)
Mutual labels:  json, models, generator
Jsoncsharpclassgenerator
JsonCSharpClassGenerator from http://jsonclassgenerator.codeplex.com/
Stars: ✭ 70 (-86.22%)
Mutual labels:  json, class, generator
Struct2ts
Generate Typescript classes/interfaces out of Go structs
Stars: ✭ 116 (-77.17%)
Mutual labels:  struct, class, generator
Mimesis
Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages.
Stars: ✭ 3,439 (+576.97%)
Mutual labels:  json, generator
Easyjson
Fast JSON serializer for golang.
Stars: ✭ 3,512 (+591.34%)
Mutual labels:  json, json-parser
Skema
🛰 Skema provides a handy & composable way to validate / transform / purify the input data.
Stars: ✭ 359 (-29.33%)
Mutual labels:  struct, model
Jsonparser
One of the fastest alternative JSON parser for Go that does not require schema
Stars: ✭ 4,323 (+750.98%)
Mutual labels:  json, json-parser
modelina
Library for generating data models based on inputs such as AsyncAPI, OpenAPI, or JSON Schema documents.
Stars: ✭ 55 (-89.17%)
Mutual labels:  generator, model
Jsoncons
A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
Stars: ✭ 400 (-21.26%)
Mutual labels:  json, json-parser
Acts as api
makes creating API responses in Rails easy and fun
Stars: ✭ 506 (-0.39%)
Mutual labels:  json, models
Mojojson
A simple and fast JSON parser.
Stars: ✭ 271 (-46.65%)
Mutual labels:  json, json-parser
Jsonmodels
jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
Stars: ✭ 262 (-48.43%)
Mutual labels:  json, models
Bad json parsers
Exposing problems in json parsers of several programming languages.
Stars: ✭ 351 (-30.91%)
Mutual labels:  json, json-parser
Php Curl Class
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
Stars: ✭ 2,903 (+471.46%)
Mutual labels:  json, class
Jsonconverter
JSONConverter is a desktop application for Mac OS X which enables you to covert JSON objects preview pretty rich JOSN and model classes
Stars: ✭ 402 (-20.87%)
Mutual labels:  json, model
Flatcc
FlatBuffers Compiler and Library in C for C
Stars: ✭ 434 (-14.57%)
Mutual labels:  json, json-parser
Jstream
Streaming JSON parser for Go
Stars: ✭ 427 (-15.94%)
Mutual labels:  json, json-parser
Swiftyjson
The better way to deal with JSON data in Swift.
Stars: ✭ 21,042 (+4042.13%)
Mutual labels:  json, json-parser
Swiftai
SwiftAI, write Swift code smart. SwiftAI can generate Model class from JSON now. Codable and HandyJSON is supported. More features will be add.
Stars: ✭ 470 (-7.48%)
Mutual labels:  json, model

Coolie(苦力)

Coolie parse a JSON file to generate models (& their constructors).

苦力有很强的类型推断能力,除了能识别 URL 或常见 Date 类型,还能自动推断数组类型(并进行类型合并),你可从下面的例子看出细节。

Working with JSON in Swift

中文介绍:制作一个苦力

Have a Try

Baby

Coolie has a Baby now.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].