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