rytilahti / python-ubus

Python library for accessing ubus over JSON-RPC
17 stars 9 forks source link

json output cannot be parsed by jq #6

Open meiser79 opened 1 year ago

meiser79 commented 1 year ago

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