python-ubus
python-ubus copied to clipboard
json output cannot be parsed by jq
I tried to retrieve the network interfaces status. The json output cannot be parsed by jq as the output uses ' (single quote) instead of " (double quote) and "True/False" instead of "true/false".
Would be great if you could fix this issue.
Thanks in advance, meiser79