Differences
This shows you the differences between two versions of the page.
|
api:concepts:formatting [2009/08/02 18:09] Nate Kohari |
api:concepts:formatting [2009/08/02 19:17] (current) Nate Kohari |
||
|---|---|---|---|
| Line 37: | Line 37: | ||
| ===== Human-Readable Responses ===== | ===== Human-Readable Responses ===== | ||
| - | By default, Zen removes all whitespace from its responses to reduce their size. This can make it difficult to read during debugging. If you'd like Zen to format its responses in a human-readable way, you can do so via the ''indent'' parameter. For example, to return a list of projects in a human-readable format: | + | By default, Zen removes all unnecessary whitespace from its responses to reduce their size. This can make it difficult to read during debugging. If you'd like Zen to format its responses in a human-readable way, you can do so via the ''indent'' parameter. For example, to return a list of projects in a human-readable format: |
| <code> | <code> | ||