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

update anchor link

This commit is contained in:
Kelly Brazil
2022-06-16 07:52:58 -07:00
parent c8a4890fc7
commit 229bef5f82
2 changed files with 4 additions and 2 deletions

View File

@ -46,7 +46,8 @@ $ jc dig example.com | jq -r '.[].answer[].data'
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
iterable of dicionaries](#streaming-parsers) instead of JSON:
iterable of dicionaries](#using-streaming-parsers-as-python-modules) instead
of JSON:
```python
>>> import subprocess
>>> import jc

View File

@ -46,7 +46,8 @@ $ jc dig example.com | jq -r '.[].answer[].data'
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
iterable of dicionaries](#streaming-parsers) instead of JSON:
iterable of dicionaries](#using-streaming-parsers-as-python-modules) instead
of JSON:
```python
>>> import subprocess
>>> import jc