mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2025-05-10 09:53:44 +02:00
18 lines
229 B
JSON
18 lines
229 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"title": "Book One",
|
|
"author": "Author One"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"title": "Book Two",
|
|
"author": "Author Two"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"title": "Book Three",
|
|
"author": "Author Three"
|
|
}
|
|
]
|