I am getting json by calling some data using http request.
That json contains assignee,iterations,comments and some values.
i need to read this json and rearange in specific format and to do that i am not using desrialize json but instead i am using JsonConvert.DeserializeObject(of JArray)(JsonText, myJSS) to deserialize because when i am running on VM it is taking date of VM fomat
everything is perfect but issue is while reading createded json and deserializing it then in comment
original json - “comment”: “AOS : mauvaise couleur dans "A proximité" sur l’IT\nIOS : pas de picto IT dans la partie "Info trafic"\nPas de notification push ?\nA creuser @Jonas”
how can i avoid this i am reading file using read text file and doing deserializing
help me on same
i need to do http call each json after deserialize
i want output same as below
i checked on your point as well as json part and understood form json test is \n is not the problem but json i am getting is in wrong format
check below image - below is 38 th line