I am getting one JWT encoded access token from my API in response. But I am not able to decode it and get it in JSON format. I tried using the angular2-jwt library for it, b
atob function does not parse cyrillic or hebrew correctly so I must use JwtHelperService().decodeToken(token) instead.
atob
JwtHelperService().decodeToken(token)