윤영준 윤영준 2024-07-17
added json communication format
@5ec58f075a44d51275964f65585b6bd639c0e517
 
example.json (added)
+++ example.json
@@ -0,0 +1,16 @@
+{
+   "user_id":"testaccount",
+   "trip_id":"cf07ca9f3219808ec7f3f8ff2111ed3d5c5aad33ad0c11f1e6027f378ed4e561",
+   "trip_log":[
+      {
+         "latitude":37.778282,
+         "longitude":128.129373,
+         "timestamp":"2024-07-11 16:23:19.667"
+      },
+      {
+         "latitude":37.778282,
+         "longitude":128.129373,
+         "timestamp":"2024-07-11 15:02:18.965"
+      }
+   ]
+}
Add a comment
List