Actions
User story #4618
closedImprove API JSON answers prettification
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
Some improvements should be made on the Json pretty printer in our api:
{ "tag":[{ "tag1":"A", "tag2":"B" },{ "tag1":"C", "tag2":"D" }] }
should look like that:
{ "tag": [ { "tag1": "A", "tag2": "B" },{ "tag1":"C", "tag2":"D" } ] }
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from 12 to Pending release
Updated by Vincent MEMBRÉ over 10 years ago
- Subject changed from Improve prettyfier in API to Improve API result prettiffication
Updated by Vincent MEMBRÉ over 10 years ago
- Subject changed from Improve API result prettiffication to Improve API anwser prettiffication
Updated by Vincent MEMBRÉ over 10 years ago
- Subject changed from Improve API anwser prettiffication to Improve API anwsers prettiffication
Updated by Vincent MEMBRÉ over 10 years ago
- Subject changed from Improve API anwsers prettiffication to Improve API anwsers prettification
Updated by Vincent MEMBRÉ over 10 years ago
- Subject changed from Improve API anwsers prettification to Improve API answers prettification
Updated by Vincent MEMBRÉ over 10 years ago
- Subject changed from Improve API answers prettification to Improve API JSON answers prettification
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.10.0~beta1, which was released today.
Check out:
The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2014-March/000084.html
The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog210
Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions