mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-17 01:32:37 +02:00
spelling
This commit is contained in:
@ -45,8 +45,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, list of dictionaries, or even a [lazy
|
||||||
iterable of dicionaries](#using-streaming-parsers-as-python-modules) instead
|
iterable of dictionaries](#using-streaming-parsers-as-python-modules) instead
|
||||||
of JSON:
|
of JSON:
|
||||||
```python
|
```python
|
||||||
>>> import subprocess
|
>>> import subprocess
|
||||||
|
@ -45,8 +45,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, list of dictionaries, or even a [lazy
|
||||||
iterable of dicionaries](#using-streaming-parsers-as-python-modules) instead
|
iterable of dictionaries](#using-streaming-parsers-as-python-modules) instead
|
||||||
of JSON:
|
of JSON:
|
||||||
```python
|
```python
|
||||||
>>> import subprocess
|
>>> import subprocess
|
||||||
|
Reference in New Issue
Block a user