Skip to content

cmer/gson_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.