Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
WITH '{"a": "hello", "b": 12345678901234567890}' AS json
SELECT JSONExtractRaw(json, 'a');