mirror of
https://github.com/status-im/nim-json-serialization.git
synced 2025-02-20 13:58:29 +00:00
The index type of an array is a `range` meaning that converting an out-of-bounds value to it will raise a `Defect`. This PR fixes the defect but does nothing for arrays which are not "full" - probably, this should become an error. * bump version