Skip to content

appbootup/quicktype-xcode

Repository files navigation

Build status Join us in Slack

quicktype infers types from sample JSON data, then outputs strongly typed models and serializers for working with that data in Swift, C++, Obj-C++, Java and more. This extension adds native quicktype support to Xcode 9.

Try quicktype in your browser at app.quicktype.io.

Installation

  1. Download the extension
  2. Launch quicktype.app
  3. Enable the extension in System Preferences > Extensions
  4. Open Xcode and find the Editor > Paste JSON as menu

paste json as code

Development

Install prereqs and bundle quicktype

$ brew install jq
$ npm install
$ pod install

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Other 1.1%