II.
Tool JSON
Structured · livetool:yq
yq json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:yq",
"_kind": "Tool",
"_file": "domain/tools/tools-dev-cli.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "yq",
"homepageUrl": "https://github.com/mikefarah/yq",
"kind": "other",
"description": "YAML, JSON, and XML processor inspired by jq. Reads, writes,\nand transforms structured data formats from the command line;\ncommonly used in DevOps pipelines and Kubernetes workflows.\n"
},
"outgoingEdges": [
{
"from": "tool:yq",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "tool:yq",
"to": "skill-area:cli-tooling",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:yq",
"to": "skill-area:developer-experience",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:yq",
"to": "skill-area:json-data-wrangling",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:yq",
"to": "tool:jq",
"kind": "alternative_to",
"attributes": {
"comparison": "CLI data processors — yq handles YAML, JSON, and XML; jq is JSON-only"
}
}
],
"incomingEdges": [
{
"from": "tool:jq",
"to": "tool:yq",
"kind": "alternative_to",
"attributes": {
"comparison": "CLI data processors — jq is JSON-only; yq handles YAML, JSON, and XML"
}
}
]
}