Class: Cloudflare::KV::RESTWrapper::JsonParser
- Inherits:
-
Protocol::HTTP::Body::Wrapper
- Object
- Protocol::HTTP::Body::Wrapper
- Cloudflare::KV::RESTWrapper::JsonParser
- Defined in:
- lib/cloudflare/kv/rest_wrapper.rb
Instance Method Summary collapse
Instance Method Details
#join ⇒ Object
38 39 40 |
# File 'lib/cloudflare/kv/rest_wrapper.rb', line 38 def join JSON.parse(super, symbolize_names: true) end |