You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't check in detail, but I guess the vendored json minifier in asv/extern/minify_json.py can be replaced with the next approach using simply the json standard library module: https://stackoverflow.com/a/33233406/711705
The text was updated successfully, but these errors were encountered:
We also need to be able to read json file with comments, so still need the minify_json. We could add support for writing config in pyproject.toml and deprecated the existing json config file.
xref #1139
I didn't check in detail, but I guess the vendored json minifier in
asv/extern/minify_json.py
can be replaced with the next approach using simply thejson
standard library module: https://stackoverflow.com/a/33233406/711705The text was updated successfully, but these errors were encountered: