P
Peter Judge
Guest
You could write your own code to do the serialization to JSON – basically implement the JsonObject functionality. You could alsio just write to a longchar: lcJson = lcJson + “~{“ + keyField + … Which is kludgy but works. If you wrap that writing in a class (ideally) or a persistent procedure you can replace it with calls to JsonObejct when you upgrade).
Continue reading...
Continue reading...