Hi team, I do have a Json array with many itens (id,lat,long)
See example:
msg.payload.users.messageList[1..n].message[1...n].latitude[0]
msg.payload.users.messageList[1..n].message[1...n].longitude[0]
msg.payload.users.messageList[1..n].message[1...n].id[0]
I was trying to consider the worldmap example but it uses a csv node to point itens on the map.
Does anybody has any example about how to point many itens in the map considering lat,long in a Json array ? Should I implement a loop in a function considering worldmap node?
tkanks