How to get strictly valid JSON from Rails
Ik heb het nog niet direct nodig gehad, maar ik kan me wel voorstellen dat dat niet zo lang meer gaat duren.
In short, to get strictly valid JSON put the following in your environment.rb:
ActiveSupport::JSON.unquote_hash_key_identifiers = false