json-restructure

Installation
SKILL.md

JSON Restructuring

Reshape JSON/JSONL structure — nest, un-nest, pivot, group.

When to invoke

  • User wants to change the shape of JSON, not just the format.
  • Examples: "group these rows by country", "flatten this nested API response", "turn this list of transactions into one object per account with transactions as a nested array".

Common operations

1. Flatten (un-nest)

Installs
2
GitHub Stars
3
First Seen
Jun 12, 2026
json-restructure — danielrosehill/claude-data-wrangler-plugin