Module: SimpleJSON::Request

Defined in:
lib/simple_json_helpers.rb

Overview

///////////////////////////////////////////////////////////////////////////////////////

Author

lp ([email protected])

Copyright

2009 Louis-Philippe Perron - Released under the terms of the MIT license

:title:SimpleJSON::Request

Class Method Summary collapse

Class Method Details

.parse(data) ⇒ Object



10
11
12
# File 'lib/simple_json_helpers.rb', line 10

def self.parse(data)
	JSON.parse(data)
end