Files
RedBear-OS/local/recipes/dev/meson/source/test cases/rewrite/3 kwargs/add.json
T

39 lines
576 B
JSON

[
{
"type": "kwargs",
"function": "project",
"id": "/",
"operation": "set",
"kwargs": {
"license": "GPL"
}
},
{
"type": "kwargs",
"function": "project",
"id": "/",
"operation": "add",
"kwargs": {
"license": ["MIT"]
}
},
{
"type": "kwargs",
"function": "project",
"id": "/",
"operation": "add",
"kwargs": {
"license": "BSD"
}
},
{
"type": "kwargs",
"function": "project",
"id": "//",
"operation": "add",
"kwargs": {
"license": "Boost"
}
}
]