require 'json' data = JSON '{"test":23}' # => {"test"=>23}
or
require 'json' data = JSON['{"test":23}'] # => {"test"=>23}