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: 5 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T01:18:11.000Z (over 4 years ago)
- Last Synced: 2025-05-12T05:15:01.048Z (5 months ago)
- Topics: cpp, json, objective-c, swift, xcode
- Language: JavaScript
- Homepage: https://quicktype.io
- Size: 5.37 MB
- Stars: 1,679
- Watchers: 23
- 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).

[](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.
[](https://itunes.apple.com/us/app/paste-json-as-code-quicktype/id1330801220?mt=12)

## Development
### Install prereqs and bundle quicktype
```bash
$ npm install
```