summaryrefslogtreecommitdiff
path: root/test.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test.json160
1 files changed, 160 insertions, 0 deletions
diff --git a/test.json b/test.json
new file mode 100644
index 0000000..4e42e0d
--- /dev/null
+++ b/test.json
@@ -0,0 +1,160 @@
+[
+ {
+ "clubs": [],
+ "nextClubId": 1,
+ "username": "test",
+ "passwordHash": 3556498,
+ "fullName": "test",
+ "courses": [],
+ "rounds": [],
+ "invites": []
+ },
+ {
+ "clubs": [],
+ "nextClubId": 1,
+ "username": "GUYHERE",
+ "passwordHash": 3556498,
+ "fullName": "GUYHERE",
+ "courses": [],
+ "rounds": [],
+ "invites": []
+ },
+ {
+ "clubs": [
+ {
+ "id": 1,
+ "manufacture": "Bobby",
+ "nickname": "swen 261",
+ "clubType": "DRIVER"
+ },
+ {
+ "id": 2,
+ "manufacture": "Bobby",
+ "nickname": "swen 262",
+ "clubType": "PUTTER"
+ },
+ {
+ "id": 3,
+ "manufacture": "sowclub",
+ "nickname": "man",
+ "clubType": "WOOD"
+ }
+ ],
+ "nextClubId": 4,
+ "username": "john_doe",
+ "passwordHash": 46792755,
+ "fullName": "John Doe",
+ "courses": [
+ 2,
+ 1
+ ],
+ "rounds": [
+ {
+ "course": 1,
+ "dateTime": [
+ 2025,
+ 10,
+ 7,
+ 13,
+ 54,
+ 37,
+ 429963500
+ ],
+ "startingHole": {
+ "number": 1,
+ "par": 5
+ },
+ "plays": [
+ {
+ "holeNumber": 1,
+ "swings": [
+ {
+ "distance": 100,
+ "clubUsed": 1
+ },
+ {
+ "distance": 5,
+ "clubUsed": 2
+ },
+ {
+ "distance": 1,
+ "clubUsed": 2
+ }
+ ],
+ "swingCount": 3,
+ "distance": 106
+ },
+ {
+ "holeNumber": 2,
+ "swings": [
+ {
+ "distance": 1000,
+ "clubUsed": 1
+ },
+ {
+ "distance": 2,
+ "clubUsed": 1
+ }
+ ],
+ "swingCount": 2,
+ "distance": 1002
+ }
+ ],
+ "currentHoleIndex": 2,
+ "totalSwings": 5,
+ "totalDistance": 1108.0,
+ "currentHole": {
+ "number": 3,
+ "par": 4
+ }
+ },
+ {
+ "course": 1,
+ "dateTime": [
+ 2025,
+ 10,
+ 8,
+ 20,
+ 19,
+ 38,
+ 968996400
+ ],
+ "startingHole": {
+ "number": 9,
+ "par": 3
+ },
+ "plays": [
+ {
+ "holeNumber": 9,
+ "swings": [
+ {
+ "distance": 204,
+ "clubUsed": 1
+ }
+ ],
+ "swingCount": 1,
+ "distance": 204
+ }
+ ],
+ "currentHoleIndex": 9,
+ "totalSwings": 1,
+ "totalDistance": 204.0,
+ "currentHole": {
+ "number": 10,
+ "par": 3
+ }
+ }
+ ],
+ "invites": []
+ },
+ {
+ "clubs": [],
+ "nextClubId": 1,
+ "username": "sowgro",
+ "passwordHash": -896456343,
+ "fullName": "sowgro",
+ "courses": [],
+ "rounds": [],
+ "invites": []
+ }
+] \ No newline at end of file