Skip to content

v0.5.2 — compact JSON responses (token economy)

Choose a tag to compare

@schlemperdev schlemperdev released this 27 Jun 00:20
· 4 commits to main since this release

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.