User story #4618
closed
Improve API JSON answers prettification
Added by Vincent MEMBRÉ over 10 years ago.
Updated over 10 years ago.
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"
}
]
}
- Status changed from New to 13
- Status changed from 13 to 12
- Status changed from 12 to Pending release
- Subject changed from Improve prettyfier in API to Improve API result prettiffication
- Subject changed from Improve API result prettiffication to Improve API anwser prettiffication
- Subject changed from Improve API anwser prettiffication to Improve API anwsers prettiffication
- Subject changed from Improve API anwsers prettiffication to Improve API anwsers prettification
- Subject changed from Improve API anwsers prettification to Improve API answers prettification
- Subject changed from Improve API answers prettification to Improve API JSON answers prettification
- Status changed from Pending release to Released
Also available in: Atom
PDF