json-mappings-generator
Utility library to automatically generate the source of JSON-mapped clases to populate objects from a json string.
Installation
Add this to your application's shard.yml
:
dependencies:
json-mappings-generator:
github: opensas/json-mappings-generator
Usage
require "json-mappings-generator"
TODO Write usage instructions here
Development
TODO Write development instructions here
Contributing
- Fork it ( https://github.com/opensas/json-mappings-generator/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- opensas opensas - creator, maintainer