Research Article

Seamless Guidance System Combining GPS, BLE Beacon, and NFC Technologies

Algorithm 2

JSON format for Node 2.
 "information":
  "name": "Example",
  "node": 5,
  "road": 14
,
 "algorithm": [
   "neighbor": [
    0,
    1,
    3,
    4
   ],
   "cost": [
    4,
    2,
    9,
    2
   ],
   "this": 2
  
 ]