You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A swift model generator like the Objective-C [JSONAccelerator](http://nerdery.com/json-accelerator). Formats and generates models for the given JSON and also breaks them into files making it easy to manage and share between several models. it relies on [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON) and requires you to include it in your project.
6
8
7
9
Currently, the pattern is very similar to its Objective-C counterpart. It generates classes with following properties.
@@ -25,9 +27,10 @@ Currently, the pattern is very similar to its Objective-C counterpart. It genera
25
27
- Instead of taking a single element consider merging all the elements and decide what to do as a while.
26
28
- Should also consider the case where the type is an `[[AnyObject],[AnyObject]...]` while handling arrays.
27
29
- Handle blank array a bit better.
28
-
- Better User Interface
30
+
- Better User Interface and icon.
29
31
- Generate both `struct` and `class`.
30
32
- Support for generation of models that do not need SwiftyJSON.
0 commit comments