v0.5.2 — compact JSON responses (token economy)
Replace JSON.stringify(d, null, 2) with JSON.stringify(d) in all 21 response handlers. Saves ~40% tokens in JSON responses with zero semantic change.
Replace JSON.stringify(d, null, 2) with JSON.stringify(d) in all 21 response handlers. Saves ~40% tokens in JSON responses with zero semantic change.