JKI-JSON-Serialization
JKI-JSON-Serialization copied to clipboard
Empty multidimensional arrays are incorrectly serialized
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.
I have JKI JSON 1.1.10.37 installed