1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-10-08 23:22:21 +02:00

change name to JSON Convert

This commit is contained in:
Kelly Brazil
2022-03-04 13:27:39 -08:00
parent 9a3602e70b
commit cb2dfeac8d
199 changed files with 334 additions and 326 deletions

View File

@@ -3,7 +3,7 @@
# jc.parsers.nmcli
jc - JSON CLI output utility `nmcli` command output parser
jc - JSON Convert `nmcli` command output parser
Supports the following `nmcli` subcommands:
- `nmcli general`
@@ -152,7 +152,7 @@ Examples:
<a id="jc.parsers.nmcli.parse"></a>
### parse
#### parse
```python
def parse(data: str, raw: bool = False, quiet: bool = False) -> List[Dict]