ca2e2b3d69
* tests/json/t-config.in, tests/json/t-config.out: Renamed. * t-json.c (run_test): Use new naming pattern.
20 lines
499 B
JSON
20 lines
499 B
JSON
{
|
|
"components": [{
|
|
"name": "gpg",
|
|
"description": "OpenPGP",
|
|
"options": [{
|
|
"name": "Monitor",
|
|
"flags": 1,
|
|
"level": 0,
|
|
"type": 0,
|
|
"alt_type": 0
|
|
}, {
|
|
"name": "verbose",
|
|
"description": "verbose",
|
|
"level": 0,
|
|
"type": 0,
|
|
"alt_type": 0
|
|
}]
|
|
}]
|
|
}
|