Response.Content := TJSON.ObjectToJsonString(MyObjectList);
I get the error Type tkPointer is not currently supported. I am using 10.3 and I believe this bug (21685) has been around since XE8. I am currently having to think of workarounds and trying to find the best solution. It would be really useful if they would fix this bug, or give some idea of when it will be fixed, does anyone know?
Maybe but then something else will be broken. And when that is fixed some internal refactoring will break it yet again.
ReplyDeleteJust don't use REST.Json - that stuff is junk.
Thanks for your feedback Stefan, what would you suggest instead of REST.Json?
DeleteI made my own IJSONDocArray to fix problems like these in https://github.com/stijnsanders/jsonDoc
ReplyDelete