mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2025-05-10 09:53:44 +02:00
19 lines
289 B
JSON
19 lines
289 B
JSON
{
|
|
"company": {
|
|
"name": "Tech Corp",
|
|
"location": "San Francisco",
|
|
"employees": [
|
|
{
|
|
"name": "Alice",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Bob",
|
|
"role": "Designer"
|
|
}
|
|
]
|
|
},
|
|
"founded": 2010,
|
|
"industry": "Technology"
|
|
}
|