13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
config BR2_PACKAGE_PYTHON_JC
|
|
bool "python-jc"
|
|
help
|
|
Converts the output of popular command-line tools and file-
|
|
types to JSON.
|
|
|
|
Optionally requires python-pygments for syntax highlighting,
|
|
python-ruamel-yaml for yaml parsing and output and
|
|
python-xmltodict for xml parsing. PYTHON3_PYEXPAT is required
|
|
for xml and plist parsers.
|
|
|
|
https://github.com/kellyjonbrazil/jc
|