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

Also available in: Atom PDF