Closed no-reply closed 7 years ago
Many implementations already overrode #get_json with #json, since the former is not idiomatic. This simply deprecates the #get_json option in favor of a base #json.
#get_json
#json
Force pushed, minus the whitespace.
Many implementations already overrode
#get_json
with#json
, since the former is not idiomatic. This simply deprecates the#get_json
option in favor of a base#json
.