Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glideapps/quicktype-xcode
Xcode extension to paste JSON as Swift, Objective-C, and more
https://github.com/glideapps/quicktype-xcode
cpp json objective-c swift xcode
Last synced: 3 days ago
JSON representation
Xcode extension to paste JSON as Swift, Objective-C, and more
- Host: GitHub
- URL: https://github.com/glideapps/quicktype-xcode
- Owner: glideapps
- License: apache-2.0
- Created: 2017-12-22T08:04:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T01:18:11.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T07:05:40.452Z (10 days ago)
- Topics: cpp, json, objective-c, swift, xcode
- Language: JavaScript
- Homepage: https://quicktype.io
- Size: 5.37 MB
- Stars: 1,679
- Watchers: 25
- Forks: 53
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### [Try quicktype in your browser](https://app.quicktype.io#l=swift).
![](media/logo.svg)
[![Join us in Slack](http://slack.quicktype.io/badge.svg)](http://slack.quicktype.io/)
`quicktype` infers types from sample JSON data, then outputs strongly typed models and serializers for working with that data in Swift, Objective-C, C++, Java and more. This extension adds native `quicktype` support to Xcode 9.
[![paste json as code](media/download.svg)](https://itunes.apple.com/us/app/paste-json-as-code-quicktype/id1330801220?mt=12)
![paste json as code](media/demo.gif)
## Development
### Install prereqs and bundle quicktype
```bash
$ npm install
```