1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/json
2007-05-29 09:10:36 +00:00
..
decoding_test.rb Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decoding by way of Syck with ActiveSupport::JSON.decode(json_string). Prevent hash keys that are JavaScript reserved words from being unquoted during encoding. 2007-03-18 07:05:58 +00:00
encoding_test.rb escape <'s and >'s in JSON strings. #8371 [Rick] 2007-05-29 09:10:36 +00:00