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
2007-09-17 21:37:48 +00:00
..
encoders escape <'s and >'s in JSON strings. #8371 [Rick] 2007-05-29 09:10:36 +00:00
decoding.rb Fix JSON decoder with nested quotes and commas. Closes #9579. 2007-09-17 21:37:48 +00:00
encoding.rb Silence some warnings. 2007-05-18 21:16:43 +00:00
variable.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