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