# File lib/execjs/json.rb, line 6 def self.decode(obj) MultiJson.load(obj) end
# File lib/execjs/json.rb, line 10 def self.encode(obj) MultiJson.dump(obj) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.