Readability
Make API payloads easier to read
Pretty printing JSON is useful when reviewing logs, API responses, fixture files, or copied payloads that arrive as a single compressed line.
Json VW works as a JSON formatter for developers who need cleaner payloads quickly. You can prettify minified JSON for review or compact formatted JSON to remove spaces before sharing or testing.
Pretty printing JSON is useful when reviewing logs, API responses, fixture files, or copied payloads that arrive as a single compressed line.
The compact action removes extra whitespace while preserving valid JSON structure, which is useful for copy-paste workflows, testing, and payload snapshots.