Y
Hacker News
new
|
ask
|
show
|
jobs
by
jashmatthews
2944 days ago
It's not required at all! Rails adds a completely avoidable massive overhead because of the way it overrides to_json see:
https://twitter.com/jashmatthews/status/967423661908070401
1 comments
vinceguidry
2944 days ago
Have you ever
used
Ruby's JSON.dump? The second it runs into anything that it can't convert, you get "#<Object:0x00007fab05133078>" everywhere in your output.
link
jashmatthews
2944 days ago
Of course! We use Oj.dump in Rails compatibility mode in production at ChartMogul.
link