Sha256: 64ef4a59ee89f7ea2b56b7d1273795e6321feb7fd66203f90e8264fad9b0b1d3
Contents?: true
Size: 578 Bytes
Versions: 2
Compression:
Stored size: 578 Bytes
Contents
# 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: ```ruby 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](http://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gson_parser-0.1.1 | README.md |
gson_parser-0.1.0 | README.md |