Decoding JSON Web Token (JWT) payload
JWT (JSON Web Token) consists of three parts separated by a period: header, payload and signature.
This tool decodes the header and payload into a readable JSON format right in your browser.