mirror of
https://github.com/go-task/task.git
synced 2026-06-25 21:56:16 +00:00
feat: add json and yaml variable constructors
This commit is contained in:
18
testdata/vars/any2/example.json
vendored
Normal file
18
testdata/vars/any2/example.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Alice",
|
||||
"age": 30,
|
||||
"children": [
|
||||
{
|
||||
"name": "Bob",
|
||||
"age": 5
|
||||
},
|
||||
{
|
||||
"name": "Charlie",
|
||||
"age": 3
|
||||
},
|
||||
{
|
||||
"name": "Diane",
|
||||
"age": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user