kellyjonbrazil / jc

CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
MIT License
7.91k stars 210 forks source link

Iwconfig fix #544

Closed bzglve closed 9 months ago

bzglve commented 9 months ago

fixed parsing of data with ssid with special characters

kellyjonbrazil commented 9 months ago

Thanks for the fix!