https://github.com/opensas/json-mappings-generator
Utility library for Crystal lang to automatically generate the source of JSON-mapped clases to populate objects from a json string.
https://github.com/opensas/json-mappings-generator
crystal json json-schema mapping
Last synced: about 2 months ago
JSON representation
Utility library for Crystal lang to automatically generate the source of JSON-mapped clases to populate objects from a json string.
- Host: GitHub
- URL: https://github.com/opensas/json-mappings-generator
- Owner: opensas
- License: gpl-3.0
- Created: 2017-08-25T05:59:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T14:08:41.000Z (over 6 years ago)
- Last Synced: 2026-01-21T06:36:55.236Z (2 months ago)
- Topics: crystal, json, json-schema, mapping
- Language: Crystal
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`:
```yaml
dependencies:
json-mappings-generator:
github: opensas/json-mappings-generator
```
## Usage
```crystal
require "json-mappings-generator"
```
TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ( https://github.com/opensas/json-mappings-generator/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request
## Contributors
- [opensas](https://github.com/opensas) opensas - creator, maintainer