lib/httpx/transcoder/json.rb in httpx-0.22.5 vs lib/httpx/transcoder/json.rb in httpx-0.23.0

- old
+ new

@@ -54,7 +54,6 @@ def json_load(*args); ::JSON.parse(*args); end def json_dump(*args); ::JSON.dump(*args); end end # rubocop:enable Style/SingleLineMethods end - register "json", JSON end