[jQuery] non well-formed

2009-11-18 Thread sportfantasy
Hi, I'm italian developer. I have a problem. I develope my simple web application using jquery for ajax call. 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}

[jQuery] jquery json error "non well-formed"

2009-11-18 Thread sportfantasy
Hi, I using ajax method with json dataType. My application run but mozilla js console print error message: Errore: non well-formed ... My json string is: {"XMax":16.04849609375,"XMin":10.55533203125,"YMax":45.16953125,"YMin": 39.6763671875} I generate it using json-lib for java language. Hel