rom-rb/rom-json

View on GitHub
README.md

Summary

Maintainability
Test Coverage
[gem]: https://rubygems.org/gems/rom-json
[travis]: https://travis-ci.org/rom-rb/rom-json
[gemnasium]: https://gemnasium.com/rom-rb/rom-json
[codeclimate]: https://codeclimate.com/github/rom-rb/rom-json
[inchpages]: http://inch-ci.org/github/rom-rb/rom-json

# ROM::JSON

[![Gem Version](https://badge.fury.io/rb/rom-json.svg)][gem]
[![Build Status](https://travis-ci.org/rom-rb/rom-json.svg?branch=master)][travis]
[![Dependency Status](https://gemnasium.com/rom-rb/rom-json.png)][gemnasium]
[![Code Climate](https://codeclimate.com/github/rom-rb/rom-json/badges/gpa.svg)][codeclimate]
[![Test Coverage](https://codeclimate.com/github/rom-rb/rom-json/badges/coverage.svg)][codeclimate]
[![Inline docs](http://inch-ci.org/github/rom-rb/rom-json.svg?branch=master)][inchpages]

JSON support for [Ruby Object Mapper](https://github.com/rom-rb/rom)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rom-json'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rom-json

## Usage

See `spec/integration/adapter_spec.rb` for a sample usage.

## License

See `LICENSE` file.