Ex-Mente / auxi.0

GNU Lesser General Public License v3.0
8 stars 8 forks source link

Use the json module for parsing json #180

Closed alchemyst closed 7 years ago

alchemyst commented 7 years ago

The code uses eval for parsing json. This leads to issues like #155, where a correct json file is incorrectly read.