[jQuery] post json

[jQuery] post json


I have an array eg. var ex = [ des1 : it1, des2 : it2 ] - client side
How can I make and post json of it?
Thanks.