Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AppCraft-LLC/json-mapper
A simple macOS app to generate Swift Object Mapper classes from JSON
https://github.com/AppCraft-LLC/json-mapper
Last synced: 2 days ago
JSON representation
A simple macOS app to generate Swift Object Mapper classes from JSON
- Host: GitHub
- URL: https://github.com/AppCraft-LLC/json-mapper
- Owner: AppCraft-LLC
- Created: 2016-11-29T13:32:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T16:57:33.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T23:32:30.783Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 1.52 MB
- Stars: 27
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-source-mac-os-apps - JSON Mapper - Simple macOS app to generate Swift Object Mapper classes from JSON. ![swift_icon] (Applications / Development)
- open-source-mac-os-apps - JSON Mapper - Simple macOS app to generate Swift Object Mapper classes from JSON. ![swift_icon] (Applications / Development)
- awesome-swift-macos-apps - JSON Mapper - Simple macOS app to generate Swift Object Mapper classes from JSON. (Development / JSON Parsing)
- awesome-swift-macos-apps - JSON Mapper - Simple macOS app to generate Swift Object Mapper classes from JSON. (Development / JSON Parsing)
README
# JSON Mapper
## Description
JSON Mapper is a simple macOS app to convert JSON data to [Object Mapper](https://github.com/Hearst-DD/ObjectMapper) models. Currently it supports only Swift language, but we have plans for other languages as well.
## Build requirments
* Xcode 8.1
* CocoaPods 1.1.0## Inspiration
We have used cool [SwiftyJSONAccelerator](https://github.com/insanoid/SwiftyJSONAccelerator), but we found it not very convinient to adapt for our needs, so it was decided to develop and mantain our own tool.
## Authors
Project was developed by Andrey Romanov and Michail Ovchinnikov.
### Artwork
* Rubber icon by [Freepik](http://www.freepik.com) from [Flaticon](http://www.flaticon.com) is licensed by [Creative Commons BY 3.0](http://creativecommons.org/licenses/by/3.0/)
## License
Project is distributed under MIT License.