API 2.0: Missing RowSetToJSONItem ?

So we have to switch to API 2.0 - changing RecordSet to RowSet. Done.

Ooops: there is a JSON bit in the way … RecordSetToJSONItem … but I can not find a RowSetToJSONItem. Or did I miss anything? Thanks for any helpful comment!

It doesn’t look as a Xojo function (can’t find it in docs).

I found RecordSetToJSONItem here:
https://github.com/ktekinay/Aloe-Express/blob/master/Modules/AloeExpress.xojo_code

I guess you will need to update that yourself or create your own.

You are right. Thanks a lot!