MerchantryTidbits

deploy-infra / pattern

nested-transform-first

Capability: nested-transform-first

Use it when

  • flatten nested JSON before LLM reasoning
  • normalize deeply nested payloads with jq-like tools

What it solves

Not the fit when

  • bad source data repair

Install

brew install jq yq  # or language native path libs

Invoke

Nested flatten wrong → unit-test jq/yq paths before blaming the prompt.

Alternatives

No reviewed alternatives recorded yet.