Advertisement
SenpaiJody

D&D Mapper Information

Jul 4th, 2023 (edited)
676
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.32 KB | None | 0 0
  1. {
  2.   "1" : [
  3.     {
  4.       "name": "Test1",
  5.       "latlng" : [200,300],
  6.       "notes" : "This is test 1"
  7.     },
  8.     {
  9.       "name" : "Test2",
  10.       "latlng" : [10, 604],
  11.       "notes" : "This is test 2"
  12.     },
  13.     {
  14.       "name" : "Test3",
  15.       "latlng" : [400, 400],
  16.       "notes" : "This is test 3"
  17.     }
  18.   ]
  19.  
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement