then the new file causes hubangl to freeze when loading in the file via -l.
The formatted version is easier to read and make edits to. This isn't really major, but fixing this issue might be as easy as using something like JSON.parse() (at least that's what you do in JavaScript.)
if I use this command:
python -m json.tool < config-old.huba > config-new.huba
then the new file causes hubangl to freeze when loading in the file via
-l
.The formatted version is easier to read and make edits to. This isn't really major, but fixing this issue might be as easy as using something like
JSON.parse()
(at least that's what you do in JavaScript.)