- Output JSON :
[
{
"name":"Andy",
"age":"21",
"salary":"50,000"
},
{
"name":"Barbara",
"age":"25",
"salary":"90,000"
},
{
"name":"Carl",
"age":"24",
"salary":"90,000"
}
]
##Or use it with express to send JSON response (Content-Type : application/json) as follows -