mkrufky/libdvbtee

fix JSON cmd-line dump to display actual valid JSON

mkrufky opened this issue · 0 comments

for example, today's output:

TSID#0001: [{"programs": [ ]}]

should be changed to:

{"TSID#0001": [{"programs": [ ]}]}