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



71
72
73
# File 'lib/async/rest/wrapper/json.rb', line 71

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