forked from UCLComputerScience/COMP0004JavaWebAppExample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.json
More file actions
41 lines (41 loc) · 1.29 KB
/
Copy pathnotes.json
File metadata and controls
41 lines (41 loc) · 1.29 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
{
"notes" : [ {
"name" : "C",
"text" : "Professor: Graham Roberts. Topic: Pointers",
"imageURL" : null,
"timeAdded" : "2025-03-18T16:02:27.927647485",
"timeEdited" : "2025-03-23T00:41:28.553165126",
"category" : "Term 1"
}, {
"name" : "OOP",
"text" : "Professor: Graham Topic: Polymorphism and Inheritance",
"imageURL" : null,
"timeAdded" : "2025-03-19T15:07:30.234606770",
"timeEdited" : "2025-03-23T00:13:34.033691707"
}, {
"name" : "Algorithms CW",
"text" : "Optimal BST input for ordinary BSTs: ",
"imageURL" : "src/main/webapp/resources/uploads/images1cb018e2-239e-4b54-8ec0-bccd10e96652.png",
"timeAdded" : "2025-03-20T12:59:58.099402217",
"timeEdited" : "2025-03-23T00:42:33.356871607"
}, {
"name" : "New Note",
"text" : "Test passed",
"imageURL" : null,
"timeAdded" : "2025-03-21T14:04:33.772691225",
"timeEdited" : "2025-03-23T00:44:38.442036678",
"category" : "Testing"
}, {
"name" : "Testing testing",
"text" : "mic test",
"imageURL" : null,
"timeAdded" : "2025-03-21T14:23:50.209731442",
"timeEdited" : "2025-03-21T14:23:50.209773038",
"category" : "Testing"
} ],
"categories" : [ {
"name" : "Testing",
"New Note" : "New Note",
"Testing testing" : "Testing testing"
} ]
}