class Hash
Hash
extension
Public Instance Methods
json()
click to toggle source
Parse the current hash as json
# File lib/mcapi/encryption/utils/hash.ext.rb, line 10 def json JSON.parse(to_json) end
Hash
extension
Parse the current hash as json
# File lib/mcapi/encryption/utils/hash.ext.rb, line 10 def json JSON.parse(to_json) end