1config BR2_PACKAGE_PYTHON_JC 2 bool "python-jc" 3 help 4 Converts the output of popular command-line tools and file- 5 types to JSON. 6 7 Optionally requires python-pygments for syntax highlighting, 8 python-ruamel-yaml for yaml parsing and output and 9 python-xmltodict for xml parsing. PYTHON3_PYEXPAT is required 10 for xml and plist parsers. 11 12 https://github.com/kellyjonbrazil/jc 13