Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Xcode extension to paste JSON as Swift, Objective-C, and more

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
```