adrianpierce commited on
Commit
87ec752
1 Parent(s): b574a51

Create test_input.json

Browse files
Files changed (1) hide show
  1. test_input.json +8 -0
test_input.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "users": [
3
+ {
4
+ "id": 1,
5
+ "name": "John Doe"
6
+ }
7
+ ]
8
+ }