Function decodeJson

  • Decode a base64 string to a JSON object.

    Parameters

    • encodedPayload: string

      The base64 encoded string.

    Returns any

    The decoded JSON object.