Closed
Bug 914876
Opened 12 years ago
Closed 12 years ago
The API should provide more succinct JSON output
Categories
(Marketplace Graveyard :: API, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-09-17
People
(Reporter: basta, Assigned: chuck)
Details
(Whiteboard: p=1 [qa-])
The current JSON serializer adds a lot of unnecessary whitespace:
{"collections": [{"apps": [], "author": "lkh", "background_color": "#FFFFFF", "
could be
{"collections":[{"apps":[],"author":"lkh","background_color":"#FFFFFF","
This will also improve our ability to gzip effectively, because some gzip entities will become unnecessary. The overall size of our output will probably be smaller if this is fixed.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → charmston
Target Milestone: --- → 2013-09-17
| Assignee | ||
Comment 1•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: p=1 [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•