class HTTP::MimeType::JSON

def decode(str)

Decodes JSON
def decode(str)
  ::JSON.parse str
end