When setting data to a variable size array without explicit array size component, the size is inferred from the datablock but the logic is flawed with nested arrays.
One way to solve this is to insert an additional int in the datablock so it can be handled in exactly the same manner as an explicit array size component.
This will also fix the bug occurring in the JSON serializer
When setting data to a variable size array without explicit array size component, the size is inferred from the datablock but the logic is flawed with nested arrays.
One way to solve this is to insert an additional int in the datablock so it can be handled in exactly the same manner as an explicit array size component.
This will also fix the bug occurring in the JSON serializer