Skip to content

Deeply-Nested Clusters and Arrays

Latest
Compare
Choose a tag to compare
@francois-normandin francois-normandin released this 20 Jan 04:54

Release Notes:
[Fix #5] Unmarshalling of arrays and clusters with nested arrays now work for non-matching datatypes
[Fix #7] Serializing decimal points to enforce dot notation even for non-US systems (similar to JSON convention)
[Fix #8] Numerics of decimal types serialize with at least one decimal point after dot
[Fix #9] PlainText Cluster and Arrays deserialize decimal numbers correctly with enforcement of non-system decimal notation on non-US systems
[Fix #10] PlainText Serializer now correctly unmarshalls deeply nested clusters/arrays that contain multiple ] or } characters