Changes in Behavior
- to_s Function - Changed the behavior of the
to_s
function for hashes to return a correct JSON representation of the hash as documented. It was incorrectly returning a string representation (similar to whatinspect
does).
to_s
function for hashes to return a correct JSON representation of the hash as documented. It was incorrectly returning a string representation (similar to what inspect
does).