i want to get data from a remote server,
the return data is base64 encoded in json string.
i need to decode Base64 encoded data to fetch the json array.
is any suggestion?
thanx
i want to get data from a remote server, the return data is base64
Share
You can use one of the
decodemethods of theBase64class.Something like:
It’s not quite clear from your question if/how JSON gets mixed in, so can’t really help with that.