ghostai1 commited on
Commit
67fe316
·
verified ·
1 Parent(s): 8aa27f8

Create example_data.json

Browse files
Files changed (1) hide show
  1. 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
+ ]