Libraries
»
httpx
(1.7.2)
»
Index
»
HTTPX
»
Transcoder
»
JSON
»
encode
Method: HTTPX::Transcoder::JSON.encode
Defined in:
lib/httpx/transcoder/json.rb
.
encode
(json) ⇒
Object
42 43 44
# File 'lib/httpx/transcoder/json.rb', line 42
def
encode
(
json
)
Encoder
.
new
(
json
)
end