Class: Async::REST::Wrapper::JSON::Parser

Inherits:
HTTP::Body::Wrapper
  • Object
show all
Defined in:
lib/async/rest/wrapper/json.rb

Instance Method Summary collapse

Instance Method Details

#joinObject



60
61
62
# File 'lib/async/rest/wrapper/json.rb', line 60

def join
	::JSON.parse(super, symbolize_names: true)
end