method
load
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::Coders::JSON
load(json)public
No documentation available.
# File activerecord/lib/active_record/coders/json.rb, line 19
def load(json)
ActiveSupport::JSON.decode(json, @options) unless json.blank?
end