So that one can quickly paste this in github issues
So instead of
{
formData:"{"values":{"2860":[],"2872":[{"text":"2023-08-24T00:00:00.000Z","answerId":2840,"questionId":2872}],"2873":[{"answerId":2843,"questionId":2873}],"2874":[{"answerId":2821,"questionId":2874,"text":"NN"}],"2879":[],"6054":[{"answerId":3391,"questionId":6054}],"6055":[{"answerId":3175,"questionId":6055}],"6056":[{"answerId":2822,"questionId":6056}]},"additionalInfo":{}}"
}
have
{
"formData": {
"values": {
"2860": [],
"2872": [{ "text": "2023-08-24T00:00:00.000Z", "answerId": 2840, "questionId": 2872 }],
"2873": [{ "answerId": 2843, "questionId": 2873 }],
"2874": [{ "answerId": 2821, "questionId": 2874, "text": "NN" }],
"2879": [],
"6054": [{ "answerId": 3391, "questionId": 6054 }],
"6055": [{ "answerId": 3175, "questionId": 6055 }],
"6056": [{ "answerId": 2822, "questionId": 6056 }]
},
"additionalInfo": {}
}
}
also the format the json instead of having one string. That would be nicer to read?
So that one can quickly paste this in github issues
So instead of
have
also the format the json instead of having one string. That would be nicer to read?