File size: 628 Bytes
c520997 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
[
{
"id": 1,
"filename": "nda",
"metaData":{
"title": "nda",
"description": "this is a non disclosure agreement",
"tags": ["nda", "document"]
}
},
{
"id": 2,
"filename": "not_a_novice",
"metaData":{
"title": "test1",
"description": "test1",
"tags": ["test1", "test2"]
}
},
{
"id": 3,
"filename": "kwame_nkrumah",
"metaData":{
"title": "test1",
"description": "test1",
"tags": ["test1", "test2"]
}
}
] |