Question Lucas Macori · Jun 11, 2021 Parsing null values in JSON Hello everyone, I'm creating a REST API with InterSystems Ensemble. I already have a POST route that parses JSON content into an object defined in a class. To parse the JSON content, I'm using the JSONStreamToObject method in the Ens.Util.JSON class Here is how I use it: #JSON #Caché 0 1 0 1.5K
Question Lucas Macori · May 7, 2021 Separate list results of persistent classes from SQL Hello everyone, We are trying out lists inside persistent classes. Because we may need to use them in a very close future. So far, I managed to create a class that has a list property which has an indice. Here is the class in question: #Caché 1 8 0 353
Question Lucas Macori · Mar 5, 2019 Converting a list of non persistent objects into a ResultSet Hello,I'm using ZEN report to generate a PDF file out a table.Although, I need to display data from two tables splitted into two different namespaces.So, I created a process that fetches all the data I need and then calls the PDF class and generates the stream out of it.My question is, once I've got my list of objects. How can I transform it into a ResultSet, in order to display in the report ?Thanks for your answer. #ObjectScript #ZEN #Ensemble 0 6 0 362