> My Servlet return json string generated with json-lib... for example: > {"descrizione":"Questa è la descrizione del > computer","disponibile":false,"id":1,"nome":"Computer","prezzo": > 123.456}
Is this just a formatting issue, or is there really a newline in the string "Questa è la descrizione del computer" ?