{
  "cases": [
    {
      "case": "insert of a malformed row",
      "result": "OperationalError: malformed JSON"
    },
    {
      "case": "select on the generated column",
      "result": "ok: 1 rows"
    },
    {
      "case": "building an index on it",
      "result": "created"
    },
    {
      "case": "insert of a malformed row",
      "result": "OperationalError: malformed JSON"
    },
    {
      "case": "select on the generated column",
      "result": "ok: 1 rows"
    },
    {
      "case": "finding the bad rows first (json_valid does not raise)",
      "result": "1 found"
    }
  ],
  "sqlite_version": "3.45.1"
}