Class: Cloudflare::KV::RESTWrapper::JsonParser

Inherits:
Protocol::HTTP::Body::Wrapper
  • Object
show all
Defined in:
lib/cloudflare/kv/rest_wrapper.rb

Instance Method Summary collapse

Instance Method Details

#joinObject



38
39
40
# File 'lib/cloudflare/kv/rest_wrapper.rb', line 38

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