class JWT::JSON

def parse(data)

def parse(data)
  ::JSON.parse(data)
end