ID:WORK-486Status:ready
data rune — JSON + NDJSON adapters
The JSON-family adapters for SPEC-103, on top of the WORK-417 adapter contract + projection core. JSON is not inherently tabular, so its adapter owns the three knobs CSV doesn't; NDJSON is line-delimited records. Both reduce to the shared { headers, rows } shape and are indistinguishable downstream.
Priority:highComplexity:moderateMilestone:v0.27.0Source:SPEC-103