Sensu::JSON

Build Status

Installation

Add this line to your application's Gemfile:

gem 'sensu-json'

And then execute:

$ bundle

Usage

This library provides the Sensu JSON parser abstraction, enabling the use of platform specific JSON parsers. Its documentation can be found here.

Contributing

Please do not submit a pull request to add features that Sensu does not nor will not require.

  1. Fork it
  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

License

Sensu JSON is released under the MIT license.