graph TD
subgraph FinalOutputWriter
A[Receive JSON String from JsonFormatter] -->|final-json-in-memory| B[Task #185: Write JSON Content]
C[Set Output Filename] -->|top5_tshirts.json| B
B -->|Write Text Operation| D[Generate Output File]
D --> E[top5_tshirts-json-file]
end
style A fill:#f9f,stroke:#333,stroke-width:2px
style B fill:#bbf,stroke:#333,stroke-width:2px
style C fill:#f9f,stroke:#333,stroke-width:2px
style D fill:#bbf,stroke:#333,stroke-width:2px
style E fill:#bfb,stroke:#333,stroke-width:2px