[Proto-Scripty] Re: Possible incompatibility with JSON library?

2009-01-26 Thread nlloyds
Jerod, On Jan 25, 8:34 pm, Jerod Venema jven...@gmail.com wrote: Not sure about the bug, but is there a reason you can't use the prototype JSON methods? I've got a workaround in place, but I'm working on an app that doesn't normally depend on Prototype.js, but breaks when it's there. There

[Proto-Scripty] Re: Possible incompatibility with JSON library?

2009-01-26 Thread Richard Quadling
2009/1/26 nlloyds nllo...@gmail.com: Jerod, On Jan 25, 8:34 pm, Jerod Venema jven...@gmail.com wrote: Not sure about the bug, but is there a reason you can't use the prototype JSON methods? I've got a workaround in place, but I'm working on an app that doesn't normally depend on

[Proto-Scripty] Re: Possible incompatibility with JSON library?

2009-01-26 Thread nlloyds
Richard, What happens if you load prototype first? I think it does the same thing no matter which order the scripts are loaded. Thanks, Nathan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype

[Proto-Scripty] Re: Possible incompatibility with JSON library?

2009-01-26 Thread kangax
On Jan 25, 7:30 pm, nlloyds nllo...@gmail.com wrote: I'm using this code: script src=http://www.json.org/json2.js;/script script runat=server src=https://ajax.googleapis.com/ajax/libs/ prototype/1.6.0.3/prototype.js/script script runat=server     document.write(JSON.stringify([]));

[Proto-Scripty] Re: Possible incompatibility with JSON library?

2009-01-25 Thread Jerod Venema
Not sure about the bug, but is there a reason you can't use the prototype JSON methods? On Sun, Jan 25, 2009 at 7:30 PM, nlloyds nllo...@gmail.com wrote: I'm using this code: script src=http://www.json.org/json2.js;/script script runat=server src=https://ajax.googleapis.com/ajax/libs/