Structural Bloat Estimator: CSV to JSON

Calculate the file size increase introduced by JSON syntax overhead.

Estimated JSON Payload Bloat
-- KB

While JSON provides hierarchical structure, it requires repeating the column headers (keys) for every single row, plus structural syntax (braces, brackets, quotes). This significantly increases payload size compared to flat CSV files.