Hi all,
We faced a problem where we would like to map a $lb object to its corresponding data model structure in order to later on export it as JSON.
So imagin that we have something like this that actually maps to a persistent table with its structure.
$lb("",,,,,"",,,"BOOLEAN","0",2,2,"1",,"bla",$lb(,,"bla","20050502123400"),"",1,"bla",,0)
Is there a way to transform this $lb (without the need of openig the object itself) to a JSON object with the proper table fields as properties?
Many thanks