rnystrom/BottleRocket
An experimental CLI tool for generating normalized Swift models from example JSON responses.
This command-line tool helps iOS developers quickly create Swift data models from example JSON responses. You provide one or more sample JSON payloads, and it generates the corresponding Swift classes, ready for use in your app, handling common variations and optional fields automatically. It's designed for Swift developers building iOS applications that interact with web APIs.
No commits in the last 6 months.
Use this if you are an iOS developer frequently writing Swift data models to parse JSON responses from various API endpoints and want to automate this tedious task.
Not ideal if you are not a Swift developer or if your JSON parsing needs are extremely simple and can be handled manually without much effort.
Stars
12
Forks
—
Language
Swift
License
—
Category
Last pushed
May 12, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/rnystrom/BottleRocket"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SwiftyLab/MetaCodable
Supercharge Swift's Codable implementations with macros meta-programming.
WendellXY/CodableKit
A Swift macro package designed to simplify the use of Swift's Codable protocol by allowing easy...
DanielMSchmidt/objective-c-parser
Get the JSON representation of an Objective-C header file
yonaskolb/SwagGen
OpenAPI/Swagger 3.0 Parser and Swift code generator
Lighter-swift/Lighter
Swift APIs for SQLite: Type-safe down to the schema. Very, very, fast. Dependency free.