Question
Parse JSON string and decode Base64 data
Dear,
How can I parse JSON string and decode from Base64 and then visualize in mashup ?
I receive this string
{"applicationID":"1","applicationName":"temperature-humidity","deviceName":"TH_sensor","time":"2019-08-26T14:31:54.833027Z","location":{"latitude":0,"longitude":0,"altitude":0}}],"data":"eyAiaHVtaWRpdHkiIDogNjguOSwgInRlbXBlcmF0dXJlIjogMjUuN30="}
and I would like use coloured data to visualization. "data" is Base64 ..
Thank you in advanced

