GsonParser

Parse GSON from Ruby by shelling out to Node.js

Installation

Node.js is required and needs to be in PATH.

Add this line to your application's Gemfile:

gem 'gson_parser'

And then execute:

$ bundle

Or install it yourself as:

$ gem install gson_parser

Usage

GsonParser.parse "GSON string here"

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/cmer/gson_parser.

License

The gem is available as open source under the terms of the MIT License.