An open API service indexing awesome lists of open source software.

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.

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