Hi
Are there any examples of building JSON objects in TMS WebCore ?
I have successfully used TJSON, TJSONObject + TJSON Array to parse responses from REST services but when building request with more complicated structure than just single name value structure I get empty arrays.
Target to create is something like this :
{"Array1" : [{"key1" : "Value1"}, {"key2": "value2"}]}
Regards
Eirik