Do you know some vb.net example(s) on how to create a json object from a
string and string to json object
I have build a json-rpc server which works fine for my ajax app, and
using webclient on vb.net works,
but i need to create a json object to be read by my json-rpc server and
i need to process the responce (which is in json)
All the examples i see are in c# and i can't find a decent example for
vb.net
Could you plz help a vb newbie, i realy dont want to go back to the
server and write a soap or xml solution...