mirror of
https://github.com/rancher/norman.git
synced 2025-09-06 09:41:01 +00:00
Prior, empty array were converted to nil. In some cases the difference between a nil and empty array are not arbitrary. Now, empty arrays will be converted to empty interface arrays and nil array will be converted to nil interface arrays.