class String

Public Instance Methods

smash() click to toggle source
# File lib/flatten/string.rb, line 2
def smash
        Flatten(JSON.parse(self)).to_json
end