mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
9 lines
125 B
Lua
9 lines
125 B
Lua
|
return {
|
||
|
["country"] = "Australia"; -- this place
|
||
|
["cities"] = {
|
||
|
"Sydney",
|
||
|
"Melbourne",
|
||
|
"Brisbane",
|
||
|
"Perth",
|
||
|
};
|
||
|
};
|