I need to convert json to a useful string like this:
COLUMN1:DATA1;COLUMN2:DATA2;.............
COLUMN1:DATA3;COLUMN2:DATA4;.............
..............................
I can't use a static class where I put these data, because the columnsname, workspacesname etc. are always different. I found the json framework but didn't come along with this. If some would be so nice and can put in here a little sample, I would be happy.
Thanks Patrick