JSON output
[
{
"id": 1,
"name": "Ada Lovelace",
"active": true,
"note": null
},
{
"id": 2,
"name": "Alan Turing, OBE",
"active": true,
"note": "Codebreaker"
},
{
"id": 3,
"name": "Grace Hopper",
"active": false,
"note": null
}
]