Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
try:
import ujson as json
except ImportError:
import json
print("SKIP")
raise SystemExit
print(json.dumps(1.2))
print(json.dumps({1.5: "hi"}))