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:
@ -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
|
||||
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
|
||||
>>> import subprocess
|
||||
>>> import jc
|
||||
|
@ -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
|
||||
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
|
||||
>>> import subprocess
|
||||
>>> import jc
|
||||
|
Reference in New Issue
Block a user