#174 JSON parsing and composing library null object
open
nobody
None
2022-10-12
2022-10-12
Anonymous
No
Hi,
I was implementing the JSON parsing and composing library, however I ran in a problem.
Since codesys does not support dynamic array allocation, I have to use a static array of objects.
Is it possible to extend the function of "VariableArraySize", currently only null values are ignored.
If a user uses an array of DUT and every value in the DUT is null that the whole object is ignored?