kylef / JSONWebToken.swift

Swift implementation of JSON Web Token (JWT).
http://jwt.io
BSD 2-Clause "Simplified" License
763 stars 226 forks source link

Doesn't support json payload? #121

Open dzpt opened 5 years ago

dzpt commented 5 years ago

I don't see any description about payload json format. I've tried to set json data on it and there's no way to decode it.