method
load
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::Cookies::JsonSerializer
load(value)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 387
def self.load(value)
JSON.parse(value, quirks_mode: true)
end