My application used to run with prototype version 1.4.x
Today I tried to change it to prototype 1.6.0.3 the recommended stable version of prototype library
and than I noticed that it cause command that belongs to the library json.js to behave wrong:
since then the commande JSON.stringify change all the internal object of inside the json object also to strings
and it cause my server to freak out.
with prototype 1.4: {"cateory":["alfa","beta"]}
with prototype 1.6: {"category":"[\"alfa\",\"beta\"]"}
Have someone else here also eno****ered this problem?