i'm new to using arcgis javascript api and to data visualization in general . my supposed use case is the following ::
supposedly 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'm a complete novice so any advice would be appreciated .
i've been drowning in the sample code section of the docs but really didn't get my answer.
thanks in advance .