A minor beef with JSON::decode

I think this ship has sailed. :-/

However, it looks like you can set ActiveSupport.parse_json_times to false:

  rails/decoding.rb at 3-2-stable · rails/rails · GitHub

And it won't try to parse dates:

  rails/decoding.rb at 3-2-stable · rails/rails · GitHub