Karthikeya Udupa
Karthikeya Udupa
Interesting idea, I will add it to the next release list. I am currently not actively updating the project but I will get back to it soon. If this is...
The problem is that it is never clear by just structure what objects are going to be referenced directly and need a separate file and what can be inside the...
Do you mean something like this? JSON: `{"address" : {"street": "221b Baker Street", "city": "London"}, "name": "Sherlock"}` Result: `Person.swift` ``` struct Person { struct Address { let street: String let...
:tada: This PR is included in version 2.3.0 :tada: The release is available on: - [GitHub release](https://github.com/insanoid/SwiftyJSONAccelerator/releases/tag/2.3.0) - `2.3.0` Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
@RomanPodymov I have updated the comment, hopefully it makes more sense now.
:tada: This PR is included in version 2.3.0 :tada: The release is available on: - [GitHub release](https://github.com/insanoid/SwiftyJSONAccelerator/releases/tag/2.3.0) - `2.3.0` Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
Feel free to make a PR!