Skip to content

Commit

Permalink
Adds Location JSON Data
Browse files Browse the repository at this point in the history
Oh JSON, my structured delight,
In curly braces, you shine so bright.
Keys and values, a dance so neat,
A coder's joy, both terse and sweet.

Your syntax sings in nested rhyme,
Parsing truths in real-time.
Arrays and objects, a seamless stream,
You hold the data of every dream.

Through RESTful calls, you traverse the air,
A universal format, beyond compare.
Oh JSON, my digital muse,
In you, a world of logic I choose.
  • Loading branch information
refringe committed Dec 5, 2024
1 parent 1819e1b commit 5f33bb4
Show file tree
Hide file tree
Showing 92 changed files with 123,438 additions and 524,565 deletions.
32 changes: 32 additions & 0 deletions project/assets/database/locations/base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"locations": {},
"paths": [{
"Source": "653e6760052c01c1c805532f",
"Destination": "5714dc692459777137212e12"
}, {
"Source": "5b0fc42d86f7744a585f9105",
"Destination": "5714dc692459777137212e12"
}, {
"Source": "5714dc692459777137212e12",
"Destination": "5714dbc024597771384a510d"
}, {
"Source": "5714dbc024597771384a510d",
"Destination": "56f40101d2720b2a4d8b45d6"
}, {
"Source": "56f40101d2720b2a4d8b45d6",
"Destination": "55f2d3fd4bdc2d5f408b4567"
}, {
"Source": "55f2d3fd4bdc2d5f408b4567",
"Destination": "5704e3c2d2720bac5b8b4567"
}, {
"Source": "5704e3c2d2720bac5b8b4567",
"Destination": "5704e5fad2720bc05b8b4567"
}, {
"Source": "5704e5fad2720bc05b8b4567",
"Destination": "5704e4dad2720bb55b8b4567"
}, {
"Source": "5704e4dad2720bb55b8b4567",
"Destination": "5704e554d2720bac5b8b456e"
}
]
}
Loading

0 comments on commit 5f33bb4

Please sign in to comment.