diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-11-13 20:05:25 -0500 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-11-13 20:05:25 -0500 |
| commit | 9adc51f8d74577b5c4ae9c1f88341252f2c22939 (patch) | |
| tree | b4523e012299dae275a684c5ca46f2631db3621b /test.json | |
| parent | 38aacc304d5bc55a8e5705f9eb378ca18fc5a4a7 (diff) | |
| download | designproject-design-6-9adc51f8d74577b5c4ae9c1f88341252f2c22939.tar.gz designproject-design-6-9adc51f8d74577b5c4ae9c1f88341252f2c22939.tar.bz2 designproject-design-6-9adc51f8d74577b5c4ae9c1f88341252f2c22939.zip | |
export almost working
Diffstat (limited to 'test.json')
| -rw-r--r-- | test.json | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -17,7 +17,7 @@ "fullName": "GUYHERE", "courses": [], "rounds": [], - "invites" : [] + "invites": [] }, { "clubs": [], @@ -111,8 +111,8 @@ } ], "currentHoleIndex": 2, - "totalDistance": 1108.0, "totalSwings": 5, + "totalDistance": 1108.0, "currentHole": { "number": 3, "par": 4 @@ -147,8 +147,8 @@ } ], "currentHoleIndex": 9, - "totalDistance": 204.0, "totalSwings": 1, + "totalDistance": 204.0, "currentHole": { "number": 10, "par": 3 @@ -156,5 +156,15 @@ } ], "invites": [] + }, + { + "clubs": [], + "nextClubId": 1, + "username": "sowgro", + "passwordHash": -896456343, + "fullName": "sowgro", + "courses": [], + "rounds": [], + "invites": [] } ]
\ No newline at end of file |
