[
  {
    "todos": [
      {
        "filename": "src/index.ts",
        "line": 2,
        "tag": "TODO",
        "text": "Single line todo comment with reference",
        "issueNumber": 3
      },
      {
        "filename": "src/index.ts",
        "line": 10,
        "tag": "TODO",
        "text": "Multiline todo",
        "issueNumber": 3
      },
      {
        "filename": "src/index.ts",
        "line": 17,
        "tag": "TODO",
        "text": "Multiple single",
        "issueNumber": 3
      },
      {
        "filename": "src/index.ts",
        "line": 5,
        "tag": "TODO",
        "text": "Multiline todo"
      },
      {
        "filename": "src/index.ts",
        "line": 13,
        "tag": "TODO",
        "text": "Multiple single"
      }
    ],
    "issueNumber": 3
  },
  {
    "todos": [
      {
        "filename": "src/index.ts",
        "line": 1,
        "tag": "TODO",
        "text": "Single line todo comment"
      }
    ]
  },
  {
    "todos": [
      {
        "filename": "src/index.ts",
        "line": 14,
        "tag": "TODO",
        "text": "line comments"
      }
    ]
  },
  {
    "todos": [
      {
        "filename": "src/index.ts",
        "line": 18,
        "tag": "TODO",
        "text": "line comments with reference"
      }
    ]
  },
  {
    "todos": [
      {
        "filename": "src/index.ts",
        "line": 20,
        "tag": "TODO",
        "text": "With colon"
      },
      {
        "filename": "src/index.ts",
        "line": 22,
        "tag": "TODO",
        "text": "With colon"
      },
      {
        "filename": "src/index.ts",
        "line": 24,
        "tag": "TODO",
        "text": "With colon"
      }
    ]
  },
  {
    "todos": [
      {
        "filename": "src/helpers/helper.ts",
        "line": 1,
        "tag": "TODO",
        "text": "This one is from a sub-folder"
      }
    ]
  }
]