jkmathew / JSONModeller

Support Application for https://github.com/icanzilb/JSONModel which will create ObjectiveC class files(.h & .m or swift) from sample input json.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSONModelCreator

Support Application for JSONModel, which will create ObjectiveC class files(.h & .m) from sample input json

How to use

  1. Run the project
  2. Paste the input JSON text you have or drag JSON file to the text view
  3. Click on "Generate files" button
  4. Enter class name and class prefix(if any)
  5. Select directory where the files to be created
  6. Click on "Chose diretory" button
  7. Use the generated fies
  8. Saved lot of time :)

TODO:

  1. Treat array of elements
  2. Type annotation for array elements,and nullablity annotations
  3. Syntax highliter for JSON
  4. Directly load json from Webservice

Author: Johnykutty Mathew

If you really like this application? - I hope you will star this repo :)
Found any bug? :( or need a new feature? create an issue.

About

Support Application for https://github.com/icanzilb/JSONModel which will create ObjectiveC class files(.h & .m or swift) from sample input json.

License:MIT License


Languages

Language:Swift 100.0%