1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/json
Godfrey Chan 52fb1a9565 Enabled quirks mode on JSON.parse, fixes broken test in af9caae
It turns out that ActionPack depends on the decoder to parse JSON
"fragments" (e.g. '"a string"', '1', 'null', etc), so we need to
enable quirks mode on JSON.parse. Also added coverage on the decoder
side to prevent regression.
2013-09-12 09:58:18 -07:00
..
decoding.rb Enabled quirks mode on JSON.parse, fixes broken test in af9caae 2013-09-12 09:58:18 -07:00
encoding.rb Remove active_support/json/variable was deprecated. 2013-06-01 21:23:19 +09:00