Create example_data.json
Browse files- example_data.json +5 -0
example_data.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{"id": 1, "name": "Alice", "score": 85},
|
| 3 |
+
{"id": 2, "name": "Bob", "score": 92},
|
| 4 |
+
{"id": 3, "name": "Charlie", "score": 78}
|
| 5 |
+
]
|