Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 912 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 912 Bytes

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.

paste json as code

paste json as code

Development

Install prereqs and bundle quicktype

$ brew install jq
$ npm install
$ pod install