Project

General

Profile

Actions

User story #4618

closed

Improve API JSON answers prettification

Added by Vincent MEMBRÉ about 10 years ago. Updated about 10 years ago.

Status:
Released
Priority:
3
Category:
API
Target version:
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" 
    }
  ]
}

Subtasks 1 (0 open1 closed)

User story #4619: New json prettifierReleasedFrançois ARMAND2014-03-13Actions
Actions #1

Updated by Vincent MEMBRÉ about 10 years ago

  • Status changed from New to 13
Actions #2

Updated by Jonathan CLARKE about 10 years ago

  • Status changed from 13 to 12
Actions #3

Updated by Vincent MEMBRÉ about 10 years ago

  • Status changed from 12 to Pending release
Actions #4

Updated by Vincent MEMBRÉ about 10 years ago

  • Subject changed from Improve prettyfier in API to Improve API result prettiffication
Actions #5

Updated by Vincent MEMBRÉ about 10 years ago

  • Subject changed from Improve API result prettiffication to Improve API anwser prettiffication
Actions #6

Updated by Vincent MEMBRÉ about 10 years ago

  • Subject changed from Improve API anwser prettiffication to Improve API anwsers prettiffication
Actions #7

Updated by Vincent MEMBRÉ about 10 years ago

  • Subject changed from Improve API anwsers prettiffication to Improve API anwsers prettification
Actions #8

Updated by Vincent MEMBRÉ about 10 years ago

  • Subject changed from Improve API anwsers prettification to Improve API answers prettification
Actions #9

Updated by Vincent MEMBRÉ about 10 years ago

  • Subject changed from Improve API answers prettification to Improve API JSON answers prettification
Actions #10

Updated by Vincent MEMBRÉ about 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

Also available in: Atom PDF