You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2018. It is now read-only.
Hi, my http response is encoded in Base64. How can I decode response before parsing it? I want use Json parser, using the method "withTargetClass".
My response could be like this: eyJyZXN1bHQiOnRydWV9
Thanks