Ace_Gambit Posted February 21, 2008 Posted February 21, 2008 I am not sure but I couldn't find any Json function that works on the client side (only server sided). It would be nice if you could use Json to send a Json string object from the server and re-create the object on the client side.
Peter Posted February 21, 2008 Posted February 21, 2008 You can already send most datatypes between server- and client, for larger amounts of (mixed) data you could send a table for example.
Recommended Posts