How to pass tags in a new line JSON Format
Hello, I need to Pass tags <Remove>R</Remove> in a new line like below, I tried using \n but i am not able to add in a new line how do i pass ? "Content": [{"ID": "123","Name": "Name1"<Remove>R</Remove>}{"ID": "1234","Name": "Name2"}] Here is the s...
