blob: 40de7819fbebbd67fada7ec85cee7f14cc6062ab [file] [log] [blame]
{
"data1": {
"DataCommand": {
"cmd": "echo",
"args": ["key1", "=", "value1", "#", "comment1"],
"parser": {
"type": "DictParser",
"delimiter": "=",
"comment_mark": "#"
}
}
},
"data2": {
"DataCommand": {
"cmd": "echo",
"args": ["value1 some text value2"],
"parser": {
"type": "RegexParser",
"pattern": "(?P<key1>value1)|(?P<key2>value2)"
}
}
}
}