class GsonParser

Constants

VERSION

Public Class Methods

parse(str) click to toggle source
# File lib/gson_parser.rb, line 5
def self.parse(str)
  script = File.dirname(__FILE__) + "/nodejs/parser.js"
  NodeJs.execute script, str
end