rougail-output-doc/tests/results/test/00_7help_sup.json

60 lines
No EOL
953 B
JSON

{
"var1": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
"paths": [
"var1"
],
"names": [
"var1"
],
"help": [
"Multi line\n\n<Help>\n\nWith useful information."
],
"descriptions": [
"The first <variable>."
]
},
"var2": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
"paths": [
"var2"
],
"names": [
"var2"
],
"help": [
"Multi line\n<Help>\nWith useful information."
],
"descriptions": [
"The second <variable>."
]
}
}