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-24 17:41:55 +00:00
..
encoders escape <'s and >'s in JSON strings. #8371 [Rick] 2007-05-29 09:10:36 +00:00
decoding.rb Decode json strings as Dates/Times if they're using a YAML-compatible format. Closes #9614 [Rick] 2007-09-24 17:41:55 +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