Related Keywords Visualization Tool

Download example data (HTML tags)

Data File Structure

Each object defines a relationship between two terms. The source represents the main concept, while the target represents a related term.

[
  { "source": "html", "target": "head" },
  { "source": "html", "target": "body" },
  { "source": "head", "target": "title" },
  { "source": "body", "target": "main" }
]