1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00
This commit is contained in:
Kelly Brazil
2019-11-12 11:39:33 -08:00
parent 338e0ff15c
commit ee30180376

View File

@ -51,7 +51,7 @@ To access the raw, pre-processed JSON, use the `-r` or `raw=True` options.
Schemas for each parser can be found in the `docs/parsers` folder. Schemas for each parser can be found in the `docs/parsers` folder.
| Note: due to the introduction of the new schemas in version `1.5.1` the output will be different than in versions `1.1.1` and below. Now that schemas are defined the output will be stable for future versions. You can still get similar output to prior versions with the `-r` or `raw=true` options. > Note: due to the introduction of the new schemas in version `1.5.1` the output will be different than in versions `1.1.1` and below. Now that schemas are defined the output will be stable for future versions. You can still get similar output to prior versions with the `-r` or `raw=true` options.
## Installation ## Installation
``` ```