JKI-JSON-Serialization icon indicating copy to clipboard operation
JKI-JSON-Serialization copied to clipboard

Empty multidimensional arrays are incorrectly serialized

Open andreas-rydefalk opened this issue 5 years ago • 0 comments

I noticed that empty multidimensional arrays are incorrectly serialized. They are serialized as just one pair of square brackets regardless of the array dimension (tried 2D and 3D). This results in an error when deserializing the JSON string. image I have JKI JSON 1.1.10.37 installed

andreas-rydefalk avatar Sep 16 '20 20:09 andreas-rydefalk