Passing JSON data to the server (?) |
[eluser]taewoo[/eluser]
ok.. well, there is this JSON.toJSONString() at http://www.json.org/JSON.js. Except now I come across the issue of permitted URI characters... The reason is because I am doing a widget that dynamically takes in javascript parameters (like Ad-Sense) and it is forwarded to my server via GET on iframe. There are values that might be multiple... since my controller expects certain # of arguments, i figured it'd be best to pass JSON object as GET parameter but apparently, that is not the smartest thing to do. Is there another way that you recommend that I do this? |
Messages In This Thread |
Passing JSON data to the server (?) - by El Forum - 04-30-2008, 04:16 PM
Passing JSON data to the server (?) - by El Forum - 04-30-2008, 04:58 PM
Passing JSON data to the server (?) - by El Forum - 04-30-2008, 05:19 PM
Passing JSON data to the server (?) - by El Forum - 05-01-2008, 04:57 AM
Passing JSON data to the server (?) - by El Forum - 05-01-2008, 08:03 AM
Passing JSON data to the server (?) - by El Forum - 05-01-2008, 08:32 AM
Passing JSON data to the server (?) - by El Forum - 05-01-2008, 08:56 AM
Passing JSON data to the server (?) - by El Forum - 05-01-2008, 09:14 AM
Passing JSON data to the server (?) - by El Forum - 05-01-2008, 09:44 AM
Passing JSON data to the server (?) - by El Forum - 05-01-2008, 11:35 AM
Passing JSON data to the server (?) - by El Forum - 05-02-2008, 01:58 AM
Passing JSON data to the server (?) - by El Forum - 05-02-2008, 09:14 AM
|