mkrufky / libdvbtee

dvbtee: a digital television streamer / parser / service information aggregator supporting various interfaces including telnet CLI & http control
GNU Lesser General Public License v2.1
79 stars 31 forks source link

fix JSON cmd-line dump to display actual valid JSON #34

Open mkrufky opened 7 years ago

mkrufky commented 7 years ago

for example, today's output:

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

should be changed to:

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