frc-characterization
frc-characterization copied to clipboard
Replace ast.literal_eval() with json.load()
This will give better error messages for malformed project config JSON. We can split on newlines and strip the #
comments before passing the result to json.load()
.