1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

fix anchor link

This commit is contained in:
Kelly Brazil
2022-06-16 07:50:37 -07:00
parent 10a9848ac8
commit c8a4890fc7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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