You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
I'm not sure if this is by design but it appears netconnectcli returns JSON results that are missing the curly braces and commas. I think from the readme it's supposed to return JSON data though?
It looks like JSON but it's missing curly braces and commas. The netconnectcli list_wifi command in particular is really hard to parse & understand without braces as everything gets put into a list and the top level names collide:
Wanted to check is it perhaps a bug that curly braces and commas are stripped out, or is it by design? If it is by design any suggestion on how to parse the output easily--the list_wifi output in particular is pretty gnarly to parse right now.
The text was updated successfully, but these errors were encountered:
I'm not sure if this is by design but it appears netconnectcli returns JSON results that are missing the curly braces and commas. I think from the readme it's supposed to return JSON data though?
For example running
netconnectcli status
returns:It looks like JSON but it's missing curly braces and commas. The
netconnectcli list_wifi
command in particular is really hard to parse & understand without braces as everything gets put into a list and the top level names collide:Wanted to check is it perhaps a bug that curly braces and commas are stripped out, or is it by design? If it is by design any suggestion on how to parse the output easily--the list_wifi output in particular is pretty gnarly to parse right now.
The text was updated successfully, but these errors were encountered: