diff options
| author | WillemDalton <willemhdalton@gmail.com> | 2025-11-13 09:00:56 -0500 |
|---|---|---|
| committer | WillemDalton <willemhdalton@gmail.com> | 2025-11-13 09:00:56 -0500 |
| commit | 18a142e6d76288ae9bc6a597461e06a5ee02f6ad (patch) | |
| tree | 0cb2b3e175c9b3390da5bb3c6ce3612d266b6d88 /data/personaldb.json | |
| parent | 0efa0586e27c173211153b186ae08eb3b7c8d588 (diff) | |
| download | designproject-design-6-18a142e6d76288ae9bc6a597461e06a5ee02f6ad.tar.gz designproject-design-6-18a142e6d76288ae9bc6a597461e06a5ee02f6ad.tar.bz2 designproject-design-6-18a142e6d76288ae9bc6a597461e06a5ee02f6ad.zip | |
more work on adapting to XML
Diffstat (limited to 'data/personaldb.json')
| -rw-r--r-- | data/personaldb.json | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/data/personaldb.json b/data/personaldb.json index 6d14087..10dd8bb 100644 --- a/data/personaldb.json +++ b/data/personaldb.json @@ -101,12 +101,12 @@ } ], "currentHoleIndex": 2, - "totalDistance": 1108.0, "currentHole": { "number": 3, "par": 4 }, - "totalSwings": 5 + "totalSwings": 5, + "totalDistance": 1108.0 }, { "course": 1, @@ -137,14 +137,24 @@ } ], "currentHoleIndex": 9, - "totalDistance": 204.0, "currentHole": { "number": 10, "par": 3 }, - "totalSwings": 1 + "totalSwings": 1, + "totalDistance": 204.0 } ], "invites": [] + }, + { + "clubs": [], + "nextClubId": 1, + "username": "GUYHERE2", + "passwordHash": 3556498, + "fullName": "GUYHERE2", + "courses": [], + "rounds": [], + "invites": [] } ]
\ No newline at end of file |
