nagios-http-json/test/testdata/data4.json
2025-04-09 16:57:17 +02:00

14 lines
257 B
JSON

{
"id": 123,
"active": true,
"tags": ["tech", "startup", "innovation"],
"details": {
"website": "https://example.com",
"contact": {
"email": "info@example.com",
"phone": "+1-234-567-890"
}
},
"ratings": [4.5, 4.7, 4.8]
}