David Siegel

quicktype - Generate beautiful, typesafe code from data

by

quicktype helps you build better apps faster by generating types from data. It infers types from JSON samples, then generates strongly typed models and serializers for working with that data in Swift, TypeScript, Go, C#, Java, C++, and more. Available in your browser, CLI, Xcode, and VS Code.

It can also generate code from JSON Schema and GraphQL.

Add a comment

Replies

Best
Daniel TaranasourausRex Leonard
I use it weekly for developing iOS Apps
niall maloney
The quicktype vs code extension is brilliant! Paste json as code is a massive time saver. Great work quicktype!!
Yoraco
Best one to create models from a backend service API
T0ha

Very useful tool that helps to get time for more intellectual tasks than converting JSON examples to code. I use Elm

Pros:

Very good for quick API client base generating

Cons:

Goog enough, but may be need more tuning

David Siegel
Thank you for the kind words! What do you think we could improve?