mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +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
|
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](#using-streaming-parsers-as-python-modules) instead
|
||||||
|
of JSON:
|
||||||
```python
|
```python
|
||||||
>>> import subprocess
|
>>> import subprocess
|
||||||
>>> import jc
|
>>> 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
|
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](#using-streaming-parsers-as-python-modules) instead
|
||||||
|
of JSON:
|
||||||
```python
|
```python
|
||||||
>>> import subprocess
|
>>> import subprocess
|
||||||
>>> import jc
|
>>> import jc
|
||||||
|
Reference in New Issue
Block a user