Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #8762: valid_json_patch.txt

File valid_json_patch.txt, 205 bytes (added by chuyeow, 1 year ago)

Emit valid JSON (removes ActiveSupport::JSON.unquote_hash_key_identifiers)

Line 
1 - left JSON decoding unchanged (invalid JSON with unquoted hash keys can still be decoded)
2 - left reserved words in ActiveSupport::JSON unchanged (small chance its useful in future, but can be removed too)