Example
Format a Small API Response
A compact JSON response that becomes easier to scan after formatting.
Sample input
{"status":"ok","items":[{"id":1,"name":"alpha"},{"id":2,"name":"beta"}]}Open JSON toolExample
A compact JSON response that becomes easier to scan after formatting.
{"status":"ok","items":[{"id":1,"name":"alpha"},{"id":2,"name":"beta"}]}Open JSON tool