Subscribe to RSS Feed
Twitter
HIRE ME! home  archives  about  blogroll

Rails and valid JSON.

20 Jun 2007

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

blog comments powered by Disqus