i'm new to using arcgis javascript api and to data visualization in general . my supposed use case is the following ::
I have a database of employees information that's stored in JSON format like this ::
[
{
"name":"lorem ipsum",
"role":"software engineer",
"location":"london, uk"
} ,,,,,,,
]
how can i represent this data on an arcgis map ?
i've been drowning in the sample code section of the docs but really didn't get my answer.