iiRecord
Agentic AI Atlas · jq
tool:jqa5c.ai
II.
Tool JSON

tool:jq

Structured · live

jq json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-dev-cli.yamlCluster · domain
Record JSON
{
  "id": "tool:jq",
  "_kind": "Tool",
  "_file": "domain/tools/tools-dev-cli.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "jq",
    "homepageUrl": "https://jqlang.github.io/jq/",
    "kind": "other",
    "description": "Lightweight and flexible command-line JSON processor.\nSupports complex filters, transformations, and formatting\nof JSON data; widely used in shell scripts and CI pipelines.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:jq",
      "to": "language:c",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:jq",
      "to": "skill-area:cli-tooling",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:jq",
      "to": "skill-area:developer-experience",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:jq",
      "to": "skill-area:json-data-wrangling",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:jq",
      "to": "tool:yq",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "CLI data processors — jq is JSON-only; yq handles YAML, JSON, and XML"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "tool:yq",
      "to": "tool:jq",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "CLI data processors — yq handles YAML, JSON, and XML; jq is JSON-only"
      }
    }
  ]
}