1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-06-16 17:51:59 -07:00
parent 9b710b0b6f
commit 6f89745a58
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ $ jc dig example.com | jq -r '.[].answer[].data'
93.184.216.34
```
The `jc` can also be used as a python library. In this case the output will be
`jc` can also be used as a python library. In this case the output will be
a python dictionary, a list of dictionaries, or even a
[lazy iterable of dictionaries](#using-streaming-parsers-as-python-modules)
instead of JSON:

View File

@ -44,7 +44,7 @@ $ jc dig example.com | jq -r '.[].answer[].data'
93.184.216.34
```
The `jc` can also be used as a python library. In this case the output will be
`jc` can also be used as a python library. In this case the output will be
a python dictionary, a list of dictionaries, or even a
[lazy iterable of dictionaries](#using-streaming-parsers-as-python-modules)
instead of JSON: