II.
SkillArea JSON
Structured · liveskill-area:json-data-wrangling
JSON Data Wrangling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:json-data-wrangling",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-tooling.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "JSON Data Wrangling",
"description": "Reshaping, filtering, and validating JSON with jq, JSON Schema, and\nsimilar tools — transformation by example, schema-driven validation,\nand structural diffing.\n",
"domains": [
"domain:software-engineering"
],
"expertiseLevels": [
"novice",
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:json-data-wrangling",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:software-development",
"to": "skill-area:json-data-wrangling",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-profile:survey-forms-platform",
"to": "skill-area:json-data-wrangling",
"kind": "requires_skill_area"
},
{
"from": "tool:jq",
"to": "skill-area:json-data-wrangling",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:yq",
"to": "skill-area:json-data-wrangling",
"kind": "used_for",
"attributes": {}
},
{
"from": "skill:json-transformation",
"to": "skill-area:json-data-wrangling",
"kind": "addresses",
"attributes": {}
},
{
"from": "lib-skill:common-utilities--json-data-wrangling",
"to": "skill-area:json-data-wrangling",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
}
]
}