lostisland / faraday

Simple, but flexible HTTP client library, with support for multiple backends.
https://lostisland.github.io/faraday
MIT License
5.76k stars 981 forks source link

Support default json decoder even when nil responds to `:load` #1563

Closed gtmax closed 5 months ago

gtmax commented 6 months ago

Description

In Rails (some versions at least), nil responds to :load (via ActiveSupport::Dependencies::Loadable mixin). Default json decoder should still work in this case.