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